• 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.

svchost = resource friendly?

IHAVEAQUESTION

Golden Member
I wonder why my laptop runs so many of them in task manager? Most of the processes use less than 4mb of memory but the big ones are using 10mb and 38mb. Keep in mind, I've disabled the software and choose to run it only when I feel like to. So I don't understand why it's still hogging on my memory. Is this normal to everyone else?
 
I just checked on my system (Windows XP Home SP2) and I only have five instances of svchost.exe running. In case you're interested, one of those is Local Service, two are Network Services, and two are System services.

And as stated above, on Windows XP Home, there is not a default way to view what's inside of each svchost.exe process.
 
Only in Pro, home will not work IIRC.

If so that's a pretty retarded restriction.

Could someone with svchost installed check this on their computer? I want to make sure this is normal to everyone else.

What you ask is impossible, everyone with Windows has svchost and the number and sizes of them is dependent on what you have installed.
 
Originally posted by: IHAVEAQUESTION
I wonder why my laptop runs so many of them in task manager? Most of the processes use less than 4mb of memory but the big ones are using 10mb and 38mb. Keep in mind, I've disabled the software and choose to run it only when I feel like to. So I don't understand why it's still hogging on my memory. Is this normal to everyone else?

You've disabled what software? All svhost does is load and pass control to DLLs (libraries) that have been written to implement Windows XP services. The individual DLLs determine what the process actually does, and how much memory it requires. The svhost host process is used for a bunch of different XP services, and as Nothinman pointed out, how many instances you have going depends entirely on how your XP installation is currently configured.
 
Back
Top