Lines Matching +full:- +full:- +full:hard
1 :mod:`resource` --- Resource usage information
11 --------------
16 .. include:: ../includes/wasm-notavail.rst
33 ---------------
36 below. Each resource is controlled by a pair of limits: a soft limit and a hard
38 process over time. The soft limit can never exceed the hard limit. The hard
40 (Only processes with the effective UID of the super-user can raise a hard
57 Returns a tuple ``(soft, hard)`` with the current soft and hard limits of
65 tuple ``(soft, hard)`` of two integers describing the new limits. A value of
70 limit exceeds the hard limit, or if a process tries to raise its hard limit.
71 Specifying a limit of :data:`~resource.RLIM_INFINITY` when the hard or
73 :exc:`ValueError`. A process with the effective UID of super-user can
83 .. audit-event:: resource.setrlimit resource,limits resource.setrlimit
102 .. audit-event:: resource.prlimit pid,resource,limits resource.prlimit
115 resource. This module does not attempt to mask platform differences --- symbols
148 affects the stack of the main thread in a multi-threaded process.
197 The ceiling for the process's nice level (calculated as 20 - rlim_cur).
206 The ceiling of the real-time priority.
216 under real-time scheduling without making a blocking syscall.
256 The maximum number of pseudo-terminals created by this user id.
271 --------------
288 # a non CPU-bound task
292 # a CPU-bound task
311 +--------+---------------------+---------------------------------------+
315 +--------+---------------------+---------------------------------------+
317 +--------+---------------------+---------------------------------------+
319 +--------+---------------------+---------------------------------------+
321 +--------+---------------------+---------------------------------------+
323 +--------+---------------------+---------------------------------------+
325 +--------+---------------------+---------------------------------------+
327 +--------+---------------------+---------------------------------------+
329 +--------+---------------------+---------------------------------------+
331 +--------+---------------------+---------------------------------------+
333 +--------+---------------------+---------------------------------------+
335 +--------+---------------------+---------------------------------------+
337 +--------+---------------------+---------------------------------------+
339 +--------+---------------------+---------------------------------------+
341 +--------+---------------------+---------------------------------------+
343 +--------+---------------------+---------------------------------------+
345 +--------+---------------------+---------------------------------------+