diff options
author | green <green@FreeBSD.org> | 1999-12-03 23:25:14 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-12-03 23:25:14 +0000 |
commit | 06557349e2001df86d10d9af53078133fa021481 (patch) | |
tree | 831efe831278d2b6e448d9d29cc375f475e4e230 /lib | |
parent | 26c759c431286a5bbaecf6bfc346f75564875eba (diff) | |
download | FreeBSD-src-06557349e2001df86d10d9af53078133fa021481.zip FreeBSD-src-06557349e2001df86d10d9af53078133fa021481.tar.gz |
Add RLIMIT_SBSIZE here, too.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/getrlimit.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index d04e489..eebb874 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -92,6 +92,10 @@ from processes that are exceeding their declared resident set size. The maximum size (in bytes) of the stack segment for a process; this defines how far a program's stack segment may be extended. Stack extension is performed automatically by the system. +.It Li RLIMIT_SBSIZE +The maximum size (in bytes) of socket buffer usage for this user. +This limits the amount of network memory, and hence the amount of +mbufs, that this user may hold at any time. .El .Pp A resource limit is specified as a soft limit and a hard limit. When a |