Update ulimit.md (#139)

添加ulimit -e 进程优先级参数
This commit is contained in:
项金 2019-10-21 10:22:39 +08:00 committed by 小弟调调™
parent fe97cf795d
commit 10c726490f
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ ulimit(选项)
-a显示目前资源限制的设定
-c <core文件上限>设定core文件的最大值单位为区块
-d <数据节区大小>程序数据节区的最大值单位为KB
-e 默认进程优先级, 值越小优先级越高
-f <文件大小>shell所能建立的最大文件单位为区块
-H设定资源的硬性限制也就是管理员所设下的限制
-m <内存大小>指定可使用内存的上限单位为KB
@ -62,4 +63,4 @@ file locks (-x) unlimited #所能锁住的文件的最大
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->