summaryrefslogtreecommitdiffstats
path: root/usr.bin/limits/limits.1
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-06-26 03:43:25 +0000
committerdillon <dillon@FreeBSD.org>2002-06-26 03:43:25 +0000
commitd5a842607850f23de049e10796c60956f90c402d (patch)
tree5796f1a88ddcfd54858d25118c3993460d00c3f2 /usr.bin/limits/limits.1
parent0d3a835f3f94caa05448371062a46d2485185ee1 (diff)
downloadFreeBSD-src-d5a842607850f23de049e10796c60956f90c402d.zip
FreeBSD-src-d5a842607850f23de049e10796c60956f90c402d.tar.gz
Make limits(1) aware of the new vmemoryuse resource limit.
Submitted by: sheldonh
Diffstat (limited to 'usr.bin/limits/limits.1')
-rw-r--r--usr.bin/limits/limits.119
1 files changed, 15 insertions, 4 deletions
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1
index 76482af..5aa4803 100644
--- a/usr.bin/limits/limits.1
+++ b/usr.bin/limits/limits.1
@@ -30,11 +30,11 @@
.Op Fl C Ar class
.Op Fl SHB
.Op Fl ea
-.Op Fl cdflmnstu Op val
+.Op Fl cdflmnstuv Op val
.Nm
.Op Fl C Ar class
.Op Fl SHB
-.Op Fl cdflmnstu Op val
+.Op Fl cdflmnstuv Op val
.Op Fl E
.Op Ar name Ns = Ns Ar value ...
.Op Ar command
@@ -42,11 +42,11 @@
.Op Fl U Ar user
.Op Fl SHB
.Op Fl ea
-.Op Fl cdflmnstu Op val
+.Op Fl cdflmnstuv Op val
.Nm
.Op Fl U Ar user
.Op Fl SHB
-.Op Fl cdflmnstu Op val
+.Op Fl cdflmnstuv Op val
.Op Fl E
.Op Ar name Ns = Ns Ar value ...
.Op Ar command
@@ -229,6 +229,17 @@ allowed per UID can be viewed using the 'sysctl kern.maxprocperuid' command.
The maximum number of processes that can be running simultaneously
in the entire system is limited to the value given by
the 'sysctl kern.maxproc' command.
+.It Fl v Op Ar limit
+Select or set the
+.Em virtualmem
+resource limit.
+This limit encompasses the entire VM space for the user process
+and is inclusive of text, data, bss, stack,
+.Xr brk 2 ,
+.Xr sbrk 2
+and
+.Xr mmap 2 Ns 'd
+space.
.El
.Pp
Valid values for
OpenPOWER on IntegriCloud