Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以明智地限制 RAM 消耗应用程序吗?
确切的问题- 我已经在我的 Windows 8GB PC 中安装了 RPA Express 软件。根据 RPA 站点,系统要求为 8GB(可用空间)。所以我的电脑通过了限制。但正如预期的那样,当我打开应用程序时,我的系统变慢并挂起。是否可以限制应用程序的 RAM 消耗?
谢谢。
是的,使用作业对象。首先,您需要将进程添加到作业对象,然后设置作业的内存限制。
可以在 MSDN 上找到文档:作业对象