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.
我正在尝试设置命令的最大内存使用量ulimit。我的命令目前是:
ulimit
ulimit -m 1024 -v 0; python file.py
python 进程使用超过 5MB 的内存。我对ulimit命令做错了什么?