Lines Matching +full:resource +full:- +full:id
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
75 The maximum number of kqueues this user id is allowed to create.
84 The maximum number of simultaneous processes for this user id.
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
89 that this user id is allowed to consume.
93 are also charged to the user ID of the process opening it,
118 used by all of this user id's processes.
126 The limit of the number of process-shared posix thread library objects
127 allocated by user id.
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.