限制通过 shell 脚本执行的程序的 RAM 使用量

发布于 2024-10-12 03:51:52 字数 131 浏览 1 评论 0原文

我需要将程序的内存 (RAM) 使用量限制为 100mb。 我正在使用 shell 脚本执行一批它们,并且想知道如何做到这一点。 我从类的源代码进行编译,然后使用 time 命令存储实际运行时间。 只是想知道如何将每个内存使用量限制为 100mb。

I need to limit the memory(RAM) usage of a program to just 100mb.
I am executing a batch of them using a shell script and wanted to know how to do that.
I am compiling from source of my class and then storing the real run time using the time command.
Just wanted to know how to limit the memory usage of each to 100mb.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

烂柯人 2024-10-19 03:51:52

您可以使用ulimit -m。输入 help ulimit 和/或输入 ulimit -a 以获取完整列表

You can play around with ulimit -m. Type help ulimit and/or type ulimit -a to get a full list

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