Lines Matching +full:resource +full:- +full:files
34 .Nd control maximum system resource consumption
42 .Fn getrlimit "int resource" "struct rlimit *rlp"
44 .Fn setrlimit "int resource" "const struct rlimit *rlp"
54 .Fa resource
56 .Bl -tag -width RLIMIT_FSIZEAA
82 The maximum number of open files for this process.
86 The maximum number of pseudo-terminals this user id is allowed to create.
88 The maximum total size of in-kernel buffers for bi-directional pipes/fifos
126 The limit of the number of process-shared posix thread library objects
133 A resource limit is specified as a soft limit and a hard limit.
138 reaches the hard limit, or modifies its own resource limit.
144 structure is used to specify the hard and soft limits on a resource.
145 .Bd -literal -offset indent
152 Only the super-user may raise the maximum limits.
166 Because this information is stored in the per-process information,
170 is thus a built-in command to
211 .Rv -std
219 .Bl -tag -width Er
228 raised the maximum limit value, and the caller is not the super-user.