Page Faults

Soldato
Joined
4 Jul 2004
Posts
2,647
Location
aberdeen
Is it usual to have this many page faults -
oj2zvb.png

Winamp (while playing a song) keeps getting about 100-200 page faults a second... :o
 
Any program that does a lot of file reading will generate a lot of page faults. Windows uses memory-mapped I/O...

A page fault is when a page of memory is stored on disk or in the page file and needs to be brought into physical memory to be used. It's perfectly normal.

You may be able to reduce their frequency in Winamp by increasing your buffers.
 
marc_howarth said:
is it not good if i have 9,781,508 page faults for SymWSC.exe then??

You're just seeing the word "fault" and worrying. It's not an error, it's just a windows operation. SymWSC is Symantec Security Center, so it's probably doing virus-scanning and so forth, it's not something a typical user is expected to look at or worry about!
 
Back
Top Bottom