We have a server with 16GB of RAM. The memory manager is very aggressive in trimming back the Working Set for a particular process, which is resulting in a lot of soft page faults which is slowing the process down and introducing latency.
Are there any settings we can change in the registry to force the Dynamic Memory Manager to be less aggressive with trimming the Working Set?
We wouldn't mind if the server devoted 80% of its RAM to the Working Set of the processes (its only using 2GB at the moment).
Ended up abandoning this line of equiry, as Windows does a pretty good job by default in any case.