Apparently Windows has problems releasing file cache memory
even if it doesn't need it anymore which results in the RAM
allocated to file cache growing and growing up to max limit.
Alex.
> ...
>> And while you're there you can change it to maxfilecache=40960
>> limiting cache to 40MB of RAM ;-> What kind of application would
>> benefit from 400MB (or more) of file caching? - Some servers
>> (database for example) would, but most (if not all) of them
>> implement caching scheme themselves and do it more efficiently.
>> Btw, some experts recommend setting both minfilecache and
>> maxfilecache to the same value to prevent windows from dynamically
>> reallocating the cache size.