\KernelObjects\LowMemoryCondition & \KernelObjects\MaximumCommitCondition

发布于 2024-10-25 04:49:37 字数 306 浏览 2 评论 0原文

我有一个应用程序作为服务在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

日暮斜阳 2024-11-01 04:49:37

此对象由 CreateMemoryResourceNotification API。它们的存在并不表明存在高或低内存条件。

This objects are created by the CreateMemoryResourceNotification API. Their presence does not indicate that the high or lower memory condition exists.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文