Re: Memory Page Faults by Canuck57
Canuck57
Fri Mar 28 16:22:39 PDT 2008
"William Bunch" <williamkbunch@hotmail.com> wrote in message
news:564B1AF8-86A6-46CA-B89C-0096190FE4E9@microsoft.com...
> Quick response thanks, So I need more RAM then I though a lot of page
> faults was BAD
Page faults (UNIX/Linux or Vista) are not necessarily bad. But it they are
excessive, and you experience performance issues or drive thrashing, time
for more RAM. Also note if you are still using 32 bit versions of Vista,
even if your system can hold more, 3.1 to3.5GB is all you will see.
>
> "dennis@home" <dennis@killspam.kicks-ass.net> wrote in message
> news:52214F1C-7E8B-44DA-AEFA-9CD477E3C5A3@microsoft.com...
>>
>>
>> "William Bunch" <williamkbunch@hotmail.com> wrote in message
>> news:A5AB1017-5E6B-46B1-9CDC-D9E516691B0D@microsoft.com...
>>> I am getting high memory hard page faults with the following services in
>>> Vista Home Premium.
>>>
>>> wlschost.exe 10000 Hard page faults a min
>>> svchost.exe 300 Hard page faults a min
>>> MsMpEng.exe 4056 hard page faults a min
>>>
>>> I have 2 Gigs of Dual channel Ultra Memory w/heat spreaders 800MHz DDR2
>>> Core2Quad system
>>>
>>> I was wondering while the warranty is still on my RAM if I should return
>>> it or is it something else?
>>
>> They are not faults in the hardware.
>>
>> Page faults are a term used to describe when an OS attempts to read from
>> memory and finds that "page" is not in real physical RAM, but is stored
>> on the disk. The page then has to be read from the disk into real
>> physical RAM so it can be used.
>