Sunday, August 14, 2011

CacheSet

http://technet.microsoft.com/en-us/sysinternals/bb897561.aspx

Internally NtSetSystemInformation calls MmAdjustWorkingSetSize, which either grows an application's working set or trims it. If the third parameter passed to MmAdjustWorkingSetSize is 1, the system Cache's working set is adjusted, otherwise the adjustment occurs on the current process (the system information calls affect only the system cache). Passing in a minimum and maximum of -1 causes MmAjustWorkingSetSize to perform a working-set clear operation, releasing all pages from the application's working set.

No comments:

Related Posts Plugin for WordPress, Blogger...