mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add RLIMIT_SBSIZE here, too.
This commit is contained in:
parent
baa60a3b17
commit
1c982a6d2f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54102
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user