\KernelObjects\LowMemoryCondition & \KernelObjects\MaximumCommitCondition
我有一个应用程序作为服务在 Windows Server 2008 R2 计算机(64 位版本,具有 32GB 内存)上运行。
应用程序本身似乎没有使用超过 3.4GB 的 RAM(可疑的限制?)
在资源监视器中,应用程序正在显示
\KernelObjects\LowMemoryCondition
\KernelObjects\MaximumCommitCondition
事件,即使服务器上有 27192MB 的可用内存。
我是否只是坚持使用为 32 位操作系统编写的应用程序?
I have an application running as a service on a Windows Server 2008 R2 machine, 64bit version with 32GB of ram.
The application itself doesn't seem to use over 3.4GB of ram (suspicious limit?)
In resource monitor the application is showing the
\KernelObjects\LowMemoryCondition
\KernelObjects\MaximumCommitCondition
events, even though there is 27192MB of available memory on the server.
Am I just stuck with an application that was written for a 32bit OS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此对象由 CreateMemoryResourceNotification API。它们的存在并不表明存在高或低内存条件。
This objects are created by the CreateMemoryResourceNotification API. Their presence does not indicate that the high or lower memory condition exists.