Home | History | Annotate | Download | only in library

Lines Matching full:limits

30 Resource Limits
34 below. Each resource is controlled by a pair of limits: a soft limit and a hard
55 Returns a tuple ``(soft, hard)`` with the current soft and hard limits of
60 .. function:: setrlimit(resource, limits)
62 Sets new limits of consumption of *resource*. The *limits* argument must be a
63 tuple ``(soft, hard)`` of two integers describing the new limits. A value of
79 .. function:: prlimit(pid, resource[, limits])
82 supports to get and set the resources limits of an arbitrary process. If
84 *limits* have the same meaning as in :func:`setrlimit`, except that
85 *limits* is optional.
87 When *limits* is not given the function returns the *resource* limit of the
88 process *pid*. When *limits* is given the *resource* limit of the process is
225 This limits the amount of network memory, and hence the amount of mbufs,