A seriously dumb question

Looking at Task manager there is a column labeled page faults. What are they Where do they come from (I've got a lot of them). Do I want to get rid of them?,,,if so, how? TIA, Terry.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar03.webp

29 Posts
Location -
Joined 2001-11-04
Looking at Task manager there is a column labeled page faults.
What are they
Where do they come from (I've got a lot of them).
Do I want to get rid of them?,,,if so, how?
TIA,
 
Terry

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar40.webp

540 Posts
Location -
Joined 2001-02-28
You are really talkinag about application logs are you not?

data/avatar/default/avatar31.webp

1015 Posts
Location -
Joined 2001-06-29
No hes talking about task manager. If you want to see, load up task man and click view-->select columns and select the page fault tick box. As far as i know they are perfectly normal, i mean right now iexplore.exe has managed 29,500 of em 8)

data/avatar/default/avatar03.webp

29 Posts
Location -
Joined 2001-11-04
OP
exactly...
and if they're called page faults, they can't be good...can they?

data/avatar/default/avatar05.webp

748 Posts
Location -
Joined 2001-05-21
As far as I know (and I may be wrong here, it's happened before ) a page fault happens when a program requests some data in memory that is not currently stored in RAM, but is in the paging file (aka swap file, aka virtual memory) - hence the term page fault.
 
It's a perfectly normal thing to see - in theory, the more RAM you have, the fewer page faults you should see. Although you'll probably never see them go away because Windows still uses it's virtual memory, to keep RAM as free as possible (although we all know how good it is at doing this!!)
 
Hope this helps,
AndyF
 
PS - I tried to look on the web to see if I could find an explanation of why page faults still happen in a system with sh*tloads of RAM, but couldn't find anything - anyone want to shed some light on the situation?

data/avatar/default/avatar31.webp

1015 Posts
Location -
Joined 2001-06-29
OK this is direct from the windows help, and its not a problem.
 
Page Fault
In Task Manager, page fault is the number of times data has to be retrieved from disk for a process because it was not found in memory. The page fault value accumulates from the time the process started.

data/avatar/default/avatar03.webp

29 Posts
Location -
Joined 2001-11-04
OP
Well then, I guess that explains it...thanks.
Sometimes I'm like a dog chasing my own tail.