From f8d74c1aab6e72172b25caf5a4a15cbbdb46a4f2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 19 Jan 2005 13:03:33 +0000 Subject: 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE, also use ulimit -x for RLIMIT_LOCK --- Doc/Zsh/builtins.yo | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 60ab9d911..d5a0f787f 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -679,7 +679,9 @@ sitem(tt(maxproc))(Maximum number of processes.) sitem(tt(maxpthreads))(Maximum number of threads per process.) sitem(tt(memorylocked))(Maximum amount of memory locked in RAM.) sitem(tt(memoryuse))(Maximum resident set size.) +sitem(tt(msgqueue))(Maximum number of bytes in POSIX message queues.) sitem(tt(resident))(Maximum resident set size.) +sitem(tt(sigpending))(Maximum number of pending signals.) sitem(tt(sockbufsize))(Maximum size of all socket buffers.) sitem(tt(stacksize))(Maximum stack size for each process.) sitem(tt(vmemorysize))(Maximum amount of virtual memory.) @@ -1441,7 +1443,7 @@ enditem() findex(ulimit) cindex(resource limits) cindex(limits, resource) -item(tt(ulimit) [ [ tt(-SHacdflmnpstv) | tt(-N) var(resource) [ var(limit) ] ... ])( +item(tt(ulimit) [ [ tt(-SHacdfilmnpqstvx) | tt(-N) var(resource) [ var(limit) ] ... ])( Set or display resource limits of the shell and the processes started by the shell. The value of var(limit) can be a number in the unit specified below or the value `tt(unlimited)'. By default, only soft limits are @@ -1462,14 +1464,17 @@ sitem(tt(-a))(Lists all of the current resource limits.) sitem(tt(-c))(512-byte blocks on the size of core dumps.) sitem(tt(-d))(K-bytes on the size of the data segment.) sitem(tt(-f))(512-byte blocks on the size of files written.) +sitem(tt(-i))(The number of pending signals.) sitem(tt(-l))(K-bytes on the size of locked-in memory.) sitem(tt(-m))(K-bytes on the size of physical memory.) sitem(tt(-n))(open file descriptors.) +sitem(tt(-q))(Bytes in POSIX message queues.) sitem(tt(-s))(K-bytes on the size of the stack.) sitem(tt(-t))(CPU seconds to be used.) sitem(tt(-u))(processes available to the user.) sitem(tt(-v))(K-bytes on the size of virtual memory. On some systems this refers to the limit called `address space'.) +sitem(tt(-x))(The number of locks on files.) endsitem() A resource may also be specified by integer in the form `tt(-N) -- cgit 1.4.1