
NtCacheSet does the same as Sysinternals CacheSet and is
based upon it:

http://www.sysinternals.com/ntw2k/source/cacheset.shtml


NtCacheSet adjusts the cache working set once a minute
to suitable values.


You can choose the values using commandline parameters:

Sample:

NtCacheSet /int=30000 /min=4096 /max=8192


/int is the setting interval in milliseconds

/min is minimum value

/max is maximum value


There are no checks if the values makes sense.

Start NtCacheSet again to remove it from memory.



There are doubts that this tool is useful ;-)





Freeware by Uwe Sieber
http://www.uwe-sieber.de



