mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
getrlimit(2): document RLIMIT_PIPEBUF
(cherry picked from commit 54a8d1fbbf65e976132809718525ba051a5525cf)
This commit is contained in:
parent
b7eecc86c3
commit
d20f0dae2f
1 changed files with 10 additions and 0 deletions
|
|
@ -86,6 +86,16 @@ The maximum number of open files for this process.
|
|||
The maximum number of simultaneous processes for this user id.
|
||||
.It Dv RLIMIT_NPTS
|
||||
The maximum number of pseudo-terminals this user id is allowed to create.
|
||||
.It Dv RLIMIT_PIPEBUF
|
||||
The maximum total size of in-kernel buffers for bi-directional pipes/fifos
|
||||
that this user id is allowed to consume.
|
||||
The buffers for kernel FIFOs created on the first open of a filesystem
|
||||
object created by
|
||||
.Pq Xr mkfifo 2
|
||||
are also charged to the user ID of the process opening it,
|
||||
not the FIFO's filesystem owner.
|
||||
Despite somewhat unexpected, this is in fact fair, since user of the fifo
|
||||
is not necessary its creator.
|
||||
.It Dv RLIMIT_RSS
|
||||
When there is memory pressure and swap is available, prioritize eviction of
|
||||
a process' resident pages beyond this amount (in bytes).
|
||||
|
|
|
|||
Loading…
Reference in a new issue