Post date: Jan 27, 2014 9:13:44 AM
Issues with Windows 2008 consuming memory can be investigated using RamMap and ClearSet from the SysInternals Suite.
Download both to the effected server. Run RamMap to view the size of the Metafile. In a lot of cases this metafile can hog memory and not make available to other apps. If the Metafile is very large run CacheSet - set the working set min to 1024 and accept the default for maximum. Click CLEAR and now check available memory.
This can be scheduled by running the following scheduled task.
Actions:
Action - Start a Program
Program/script - path to cacheset
Add argument - 1 200 (that's 1, space, 200)