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.
我有一个进程/Linux,它很快就会耗尽内存,我想知道这可能是因为系统设置设置的每个进程允许的最大虚拟内存可能很低,在这种情况下,无论进程如何,该进程都会很快耗尽内存有多少 RAM/虚拟内存可用。
检查用户进程的最大允许内存的命令是什么?
您正在寻找的命令是
ulimit -m
忘了补充,如果你在 64 位机器上,它可能会显示无限。