<div dir="ltr">I'm going to talk about some things that might be causing high page faults in a system. I'm not assuming knowledge on the recipient - and if this is already "know" please forgive my presumption.<div><br></div><div>First - a page fault means that a program needed to get some memory either for a dynamic memory allocation request, or tried going to a program location that wasn't in memory, but rather still out on disk.  </div><div><br></div><div>Possible causes for a high page fault rate.</div><div>1) Program much bigger than available memory. </div><div>2) Page swap file corruption - or too small.</div><div>3) To many programs running (see point 1 above)</div><div>4) Some OTHER program is taking up to much memory and starving the program with the high page fault rate.</div><div><br></div><div>Bill - I'm sure I missed a few possibilities. </div><div><br></div><div>Steve KA6S</div><div><br></div><div><br></div><div><br></div><div><br></div></div>