Re: windows paging Q
Gerry Blais:
My program has a memory usage of 30 MB according to the task manager,
and is doing 1000+ page faults / second (page fault delta, high speed
refresh rate).
With memory available, any idea why I'm paging so much, and what I
might do about it?
Many page faults are soft faults and don't go to disk. Others are
caused by reading files. Run perfmon for more details and from the
memory performance object select page reads to see hard page faults.
Neil
.
Relevant Pages
- Re: how do you use pfmon.exe
... Pfmon displays a list of hard page faults in the command window while the ... might want to rerun Pfmon while limiting the amount of memory to see how your ... LeakyApp is a GUI tool included on the Windows 2000 Resource Kit CD. ... (microsoft.public.win2000.cmdprompt.admin) - Re: Question about paging rate
... Note that the paging rate you mention is within a factor of 2 of what a typical disk can do. ... It is not a database app either, however it does manipulate quite a lot of data and files, it collects data from a weather station. ... This takes a page of memory and zeros it for the application to use. ... These are so-called transition faults and the rate is really ... (microsoft.public.win2000.general) - Re: Question about paging rate
... a page of memory and zeros it for the application to use. ... These are so-called transition faults and the rate is really ... And if the app needs to run with "lock pages in physical memory" ... > to find out what is actually causing the page faults. ... (microsoft.public.win2000.general) - Re: remove zero_page (was Re: -mm merge plans for 2.6.24)
... then I'd certainly accept the patch. ... (basically -- if the app cares about memory or cache footprint and is using ... And indeed this cacheline bouncing has shown up on large SGI systems. ... Inserting a ZERO_PAGE for anonymous read faults appears to be a false ... (Linux-Kernel) - Re: Publisher Mail merge jams machine
... Attached is a registry file which sets the batch size for Publisher 2002 to ... > The page faults and bouncing of memory usage are 2 columns on the Windows ... >>there is an updated driver for your printer. ... (microsoft.public.publisher) |
|