Skip to content
Snippets Groups Projects
Commit 138f2df1 authored by Gioele Barabucci's avatar Gioele Barabucci Committed by Herbert Xu
Browse files

man: Document ulimit -v

Document that `ulimit` can set the `RLIMIT_AS` limit (virtual memory) with
the `-v` flag.

Fixes: https://bugs.debian.org/78556


Reported-by: default avatarVincent Lefevre <vincent@vinc17.net>
Signed-off-by: default avatarGioele Barabucci <gioele@svario.it>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent cb924afe
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2114,7 +2114,7 @@ printed; for commands and tracked aliases the complete pathname of the
command is printed.
.It ulimit Xo
.Op Fl H \*(Ba Fl S
.Op Fl a \*(Ba Fl tfdscmlpn Op Ar value
.Op Fl a \*(Ba Fl tfdscmlpnv Op Ar value
.Xc
Inquire about or set the hard or soft limits on processes or set new
limits.
Loading
Loading
@@ -2164,6 +2164,9 @@ show or set the limit on the number of processes this user can
have at one time
.It Fl n
show or set the limit on the number files a process can have open at once
.It Fl v
show or set the limit on the total virtual memory that can be
in use by a process (in kilobytes)
.It Fl r
show or set the limit on the real-time scheduling priority of a process
.El
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment