paging file - whoa

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've no idea what is causing this, but when I boot up my computer, the paging file usage starts growing at a rate of 1 MB per 5 seconds. This keeps going until it maxes out my memory. I can observe this from task manager. It happens even if I do not use any applications. Of course, there are numorous processes listed on the task manager. It appears that the system idle process is using most of the memor

I have 512 MB of RAM and 2.0 GHz pIV, but this is seriously damaging my PCs performance. I don't know that it is a virus. My McAfee is updated and it detects nothing. Ad-aware has also been used. SpyBot, too

Any suggestions to what is causing this? Or how to fix it?
 
Parish said:
I've no idea what is causing this, but when I boot up my computer, the paging file usage starts growing at a rate of 1 MB per 5 seconds. This keeps going until it maxes out my memory. I can observe this from task manager. It happens even if I do not use any applications. Of course, there are numorous processes listed on the task manager. It appears that the system idle process is using most of the memory

I have 512 MB of RAM and 2.0 GHz pIV, but this is seriously damaging my PCs performance. I don't know that it is a virus. My McAfee is updated and it detects nothing. Ad-aware has also been used. SpyBot, too.

Any suggestions to what is causing this? Or how to fix it?

Use Start - Run - MSCONFIG and go to the Startup tab.

Click on the "Disable All" button to turn off everything.

Shut down and restart the computer. Hopefully the problem will be
gone.

If so then the next step is to find which startup item is causing the
problem.

There are two ways of doing this:

1. Enable one startup only in MSCONFIG. Reboot the computer and see
if the problem has come back. If not, enable anotheer startup item
and reboot again. Repeat this until the problem comes back. When it
does the last item you enabled is the culprit and should be completely
removed (e.g. uninstalled) from your computer, at least until a cure
is found.

2. Enable half of the Startup items (e.g. the first 10 if there are
20 listed). Reboot the computer and see if the problem comes back.
If not, the enabled items are exonerated and the problem lies in the
one that are still disabled. Enable half of these and try again.
In 2 or 3 reboots you should have the suspect isolated in a group of
no more than 5 startup items. Then you can try these one at a time
until you find the actual culprit. This approach requires fewer
reboots and therefore takes less time.

Good luck


Ron Martell Duncan B.C. Canada
--
Microsoft MVP
On-Line Help Computer Service
http://onlinehelp.bc.ca

"The reason computer chips are so small is computers don't eat much."
 
Thanks for the answer. I've found a little more info in the meantime. Tell me what you think of this:

After looking back at TM, I found that svchost.exe (listed as a local service) was eating up all the memory. I ended the process and the problem was gone. Do you know what this process is? Is it legit?

I searched for the file of that name in Windows Explorer. I found two instances, one that is svchost.exe and looks like it was installed with windows. The other was modified two weeks ago. It is called svchost.exe-6354oft30.pf. The random looking numbers and letters aren't exactly accurate. Anyway, this particular file is found in Windows/prefetch/ and is accompanied by a number of similarly named files, all referencing different executables.
 
-----Original Message-----
Thanks for the answer. I've found a little more info in
the meantime. Tell me what you think of this:
After looking back at TM, I found that svchost.exe
(listed as a local service) was eating up all the
memory. I ended the process and the problem was gone.
Do you know what this process is? Is it legit?
I searched for the file of that name in Windows
Explorer. I found two instances, one that is svchost.exe
and looks like it was installed with windows. The other
was modified two weeks ago. It is called svchost.exe-
6354oft30.pf. The random looking numbers and letters
aren't exactly accurate. Anyway, this particular file is
found in Windows/prefetch/ and is accompanied by a number
of similarly named files, all referencing different
executables.
.
svchost.exe should only be found in the system32 folder.
Prefetch is in the windows folder,it is very possiable
that you have a virus.Do you have an anti-virus program
that is current and updated?

Svchost (1) Svchost.exe
Microsoft) Service Host - Generic Host Process for Win32
Services. Windows 2000/XP/2003 only. SVCHOST is a
generic process which acts as a host for processes that
run from DLLs rather than EXEs. At startup SVCHOST
checks the Services portion of the Registry to construct
a list of DLL-based services that it needs to load, and
then loads them. There can be many instances of SVCHOST
running, as there will be one instance of SVCHOST for
every DLL-based service or grouping of services (the
grouping of services is determined by the programmers who
wrote the services in question). Under Windows XP
Professional and Windows 2003 you can find out what DLL-
based services SVCHOST is running by typing Tasklist /SVC
at a Command/MS-DOS Prompt (this command is not available
in Windows XP Home), while under Windows 2000 you need to
use the TLIST -s command from a Command Prompt (MS-DOS
Prompt).

Recommendation :
An integral part of the operating system, leave alone -
multiple instances of SVCHOST is a normal occurrence. If
you experience SVCHOST errors, the problem is most likely
not with SVCHOST but with the DLLs it is hosting.


Svchost (2) SVCHOST.EXE
(???) Many viruses masquerade themselves as SVCHOST to
escape detection. Some have names that are similar, such
as SCCHOST, while others actually drop a program file
called SVCHOST in the Windows or Windows System directory.

Recommendation :
The first recommendation is a simple one : always have a
good antivirus product which is regularly updated
(automatically preferably) and always renew your updates
subscription when it expires. To detect if you have a
virus that calls itself SVCHOST, first see if it shows up
in The Ultimate Troubleshooter - if it does, then it is
almost certain you have a virus. Secondly, if you have
Windows 95/98/ME rather than WinNT4/2000/XP, then it is
almost certain you have a virus. Thirdly, go to "Control
Panel \ Administrative Tools \ Services" and look for any
of the following services - if you find any of them, then
you probably have a virus :

System Important Message service
 
Thank you so much for your response. I suspect that I do have a virus, as I have just found someone else on this newsgroup asking the same questions. We both have the most up-to-date McAfee versions and ad-aware, etc. I just believe that it has not yet been addressed. The suspicious file in prefetch was created and modified on 1/1/04

Ending the LOCAL SERVICE svchost alleviates the problem. Is there anything wrong with that?
 
Back
Top