> Page Faults mean that a process wanted some more memory
> allocated to it, possibly it's just asking for more, and
> possibly it wants to access something that was already
> allocated memory, but that has been posted out to the
> pagefile, with the memory re-assigned to another task
Not exactly. A page fault occurs when a process accesses memory that's
been written to the swap file. The OS has to identify a page currently
in memory to be written to the swap file, then read in the needed data
from the swap file.
> If you have multiple tasks showing lots on the Delta at the
> same time, then you may be able to make sufficient use of
> more memory to justify the expense.
Absolutely. More RAM would mean fewer page faults, less reading from and
writing to the disk.
--
Tim Slattery
[EMAIL PROTECTED]
--
----------------------------------------
The WIN-HOME mailing list is powered by L-Soft's renowned
LISTSERV(R) list management software. For more information, go to:
http://www.lsoft.com/LISTSERV-powered.html