• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Why does Windows XP become more sluggish

aidanjm

Lifer
I have my main computer on 24-7, but I find if I don't reboot at least once a day, it becomes progressively more sluggish. Why?
 
Sounds like you are loaded with spyware and bots. That's exactly what happens with them.
 
Werd.

I leave my computer on 24x7, usually for weeks on end before restarting, and that's usually only because I need to add a new piece of hardware.

A well maintained computer shouldn't require constant restarting to speed it up.
 
One of your applications or drivers probably has a memory leak. You should be able to go at least a week between reboots and at least 6 months between reinstalls at the very least.

Update your applications and drivers and see what happens.
 
Well, I tend to get that feeling as well, but it kinda wears off after a few more days, I just blame it on initial nocebo 😛
 
Computers always get sluggish when more than one user is logged in (spyware) hehe. I like Giant antispyware. The automated stuff works pretty good. Oh and sticking to official drivers and stable program versions too...

Or could be a minor heat problem. Remember every cooling fan adds 100mhz of processing power. my computer has a downtime of maybe 1 day for a whole year for cleaning and maintenance.
 
Remember every cooling fan adds 100mhz of processing power.

😕 😕
😕
😕
😕
😕
😕
😕
😕
😕

Anybody know the symbols for a big ol' doobie? LOL

Um, does this mean that since I have my CPU overclocked 900 MHz, it's due to having 9 extra fans?

Not to mess with you Relax, but you're pretty far from accurate in your assertion.

OPer-Sluggish as in more paging to disk, or as in completely junk? More paging could mean a RAM leak. I do agree with others that it's like a spyware or virus issue. Do you have good protection and whatnot?

Do control-alt-delete and look to see which processes are apparently sucking up your CPU power or RAM. Also, look into what the processes that don't look familiar are by googling them-often you can identify spyware by this method.

Maybe install Spybot and AdAware (they both catch things the other misses) and see if they find your problems. If not, download "Hijack This!" and google on how to use it.
 
Originally posted by: superkdogg
Not to mess with you Relax, but you're pretty far from accurate in your assertion.

hehe twas a joke. The using official drivers and stable program versions was in tune with memory leaks. well how i meant it to say the least.

I would check the registry too for startup programs not listed in msconfig.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
-and-
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

Google those files as well for its possible for certain spyware/viruses to mask themselves...

(Edit: above registry keys are searched in Hijackthis as well)

Not to mention another way that could save u a couple seconds... if ur lazy you can always just log off and log back on instead of restarting.
 
Originally posted by: aidanjm
I have my main computer on 24-7, but I find if I don't reboot at least once a day, it becomes progressively more sluggish. Why?
I've noticed that too. I wonder how much of that has to do with system-managed memory heaps, combined with the "tweaks" that MS did to the Process Manager's working-set trimming algorithm. I know that MS has released some patches at various times to modify XP's heap algorithm, one of them was titled "patch for performance regression for atypical heap-allocation requests" or something like that. Basically, it seems like they fiddled with the code, and possibly broke a few things, or at least changed the observed performance behavior in terms of various cases, and apparently made some of the worst-case ones worse. I greatly prefer W2K's behavior in that regard, as while the best-case may have been a few theoretical performance percentage-points behind XP's current implementation, at least the performance was mostly deterministic, and didn't have the subjective performance behavior of "being sluggish at times". IMHO, at least.

Edit: Btw, I've noticed this myself, consistently, and it has nothing to do with spyware/malware, and it also doesn't have anything (that I can distinctly tell) has to do with a memory leak, because the VM size maxes out early on, and doesn't continue increasing. Yet the apps start to get slower and slower, by a slightly-perceptable margin. Rebooting of course brings everything up to full speed. I'm on a mid/low-range AThlon XP system, proper cooling, no thermal-throttling or power-manage operations going on.

I almost wonder if XP itself is "leaking" prototype PTEs or something. (Ok, totally wild guess, but not entirely inconsistent with my personal observations. So maybe a memory-leak is going on, but it's not an app leak of commited VM pages, but rather an OS-level one. I'm not entirely sure how system-managed heaps are handled, could severe fragmentation of those interact with PTE management in such a way as to cause these issues?)

I also wonder if video drivers could have a hand in this too, for example with my ATI AGP card, and running newest Prime95, for the last few released of the video drivers, I can't run the "Blend" test anymore, CPU time hovers at nearly zero, memory allocation remains low, and yet the HD goes nuts, thrashing like a mofo, because the OS is doing system-level PTE stuff allocating them for a certain VM size, and then paging out those PTEs to make room for more. I have also observed this behavior when using QuickPAR, and choosing too big a "chunk size" when creating par-sets. The app naively attempts to allocate that much VM offhand or something. One time I tried it with 10GB, unintentionally. Oops.

Edit: It happened again, opening Task Manager shows "Mem Usage" for all shown apps to total to roughly 105MB, this box currently has 256MB of RAM, and the HD is mostly constantly thrashing, even when I stop my file-copying/extracting/downloading for a bit. "Available memory" is ~5MB, "System Cache" is ~36MB. "Commit charge" is ~600MB or so. What I don't get is, if the current allocation of physical RAM to the working-sets of running processes is only 105MB, and the avail RAM/system cache is as stated, then where is the rest of the physical RAM going to? 150MB used up for non-pagable/kernel memory usage??? Considering that parts of the system are also pagable, this doesn't sound right at all. Unless there is some evilness going on with the Remote Desktop service's kernel-mode driver, and allocating bitmaps for all of the apps, and that's what is taking the room. But I'm sticking to my fragmented-VM/PTE mapping issue hypothesis, unless I find more evidence otherwise.
 
Back
Top