您好!
关于这个问题,我们建议您点击开始,运行,resmon ,打开资源监视器,切换到内存标签,逐一检查监视器中显示的每个任务内存占用情况,找出内存不断膨胀的任务。
另外建议你用性能监视器查看是否存在内存泄露的情况,你可以查看下面的计数器:
Memory\% Committed Bytes in Use
如果大于80%,则表示内存不足。
Memory\Available Mbytes 小于5%的总物理RAM,则表述内存不足。
Memory\Free System Page Table Entries
如果小于5000,可能是内存泄漏。
Memory\Pool Non-Paged Bytes 如果大于175MB或者有时间2019记录则表述内存泄漏.
Memory\Pool Paged Bytes 如果大于250MB或者有事件2020记录则表述内存泄漏
Memory\Pages per Second
Taking Your Server's Pulse
https://technet.microsoft.com/en-us/magazine/2008.08.pulse.aspx
Best Regards,
Alvin Wang
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.