使用 ulimit命令
ulimit -S -c unlimited > /dev/null 2>&1
setting position:
~/.bash_profile;; or ~/bashrc or /etc/profile ---- change the command
本文介绍了如何使用ulimit命令来设置进程资源限制,并提供了具体的命令示例。此外还讲解了如何通过修改.bash_profile等文件来永久更改这些设置。
使用 ulimit命令
ulimit -S -c unlimited > /dev/null 2>&1
setting position:
~/.bash_profile;; or ~/bashrc or /etc/profile ---- change the command
546
1901
588

被折叠的 条评论
为什么被折叠?