mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document ulimit -b for RLIMIT_SBSIZE.
This commit is contained in:
parent
86298776d2
commit
3652a236fa
1 changed files with 3 additions and 1 deletions
|
|
@ -1746,7 +1746,7 @@ for commands and tracked aliases
|
|||
the complete pathname of the command is printed.
|
||||
.It Xo
|
||||
.Ic ulimit
|
||||
.Op Fl HSacdflmnust
|
||||
.Op Fl HSabcdflmnust
|
||||
.Op Ar limit
|
||||
.Xc
|
||||
Set or display resource limits (see
|
||||
|
|
@ -1786,6 +1786,8 @@ The remaining options specify which resource value is to be
|
|||
displayed or modified.
|
||||
They are mutually exclusive.
|
||||
.Bl -tag -width Ds
|
||||
.It Fl b Ar sbsize
|
||||
The maximum size of socket buffer usage, in bytes.
|
||||
.It Fl c Ar coredumpsize
|
||||
The maximal size of core dump files, in 512-byte blocks.
|
||||
.It Fl d Ar datasize
|
||||
|
|
|
|||
Loading…
Reference in a new issue