Lines Matching +full:current +full:- +full:limit

46 Limits on the consumption of system resources by the current process
56 .Bl -tag -width RLIMIT_FSIZEAA
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
105 The limit is merely a hint to the VM daemon to prefer to deactivate pages from
119 This limit is enforced only if bit 1 of the
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.
134 When a soft limit is exceeded, a process might or might not receive a signal.
136 but not if the address space or RSS limit is exceeded.
137 A program that exceeds the soft limit is allowed to continue execution until it
138 reaches the hard limit, or modifies its own resource limit.
139 Even reaching the hard limit does not necessarily halt a process.
140 For example, if the RSS hard limit is exceeded, nothing happens.
145 .Bd -literal -offset indent
147 rlim_t rlim_cur; /* current (soft) limit */
152 Only the super-user may raise the maximum limits.
163 value for a limit is defined as
166 Because this information is stored in the per-process information,
169 .Ic limit
170 is thus a built-in command to
176 function fails if the data space limit is reached.
177 When the stack limit is reached, the process receives
185 soft limit will cause the write to fail and a signal
190 the soft cpu time limit is exceeded, a
196 soft limit of
203 limit of
208 The caller is free to raise the soft address space limit up to the hard limit
211 .Rv -std
219 .Bl -tag -width Er
225 The limit specified to
228 raised the maximum limit value, and the caller is not the super-user.