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)使用限制为 100mb。我正在使用 shell 脚本执行其中的一批,并想知道如何做到这一点。我正在从我的类的源代码编译,然后使用 time 命令存储实际运行时间。只是想知道如何将每个的内存使用限制为 100mb。
你可以玩弄ulimit -m. 键入help ulimit和/或键入ulimit -a以获取完整列表
ulimit -m
help ulimit
ulimit -a