We are having problems with soft page faults interrupting our application.
As a soft page fault can be caused by the act of increasing the working set for a program, is there a method to increase the working set of the program, on startup, in advance?
Update:
There is a couple of excellent answers at How to set MinWorkingSet and MaxWorkingSet in a 64-bit .NET process?.
Update:
This question is also being discussed at Is there a way to expand the current WorkingSet of a process to 1GB?