.net - Can I tell Windows not to swap out a particular processes’ memory? -
Is there a way to tell Windows that it should not store a specific process on disk?
It has a net window service with plenty of net memory usage. I get a lot of physical RAM but the OS process takes part of the memory part of the page anyway.
You can use to prevent memory from being paginated on the disk, but in reality I think That you leave the OS to manage the system's memory. It's great on this, and I do not guess second why the OS was swapping things in the disc until I actually knew what I was doing.
Comments
Post a Comment