[New-bugs-announce] [issue19343] Expose FreeBSD-specific APIs in resource module

koobs report at bugs.python.org
Tue Oct 22 11:27:18 CEST 2013


New submission from koobs:

At Christians request:

RLIMIT_SBSIZE
The maximum size (in bytes) of socket buffer usage for
this user.  This limits the amount of network memory, and
hence the amount of mbufs, that this user may hold at any
time.

RLIMIT_SWAP
The maximum size (in bytes) of the swap space that may be
reserved or used by all of this user id's processes.
This limit is enforced only if bit 1 of the vm.overcommit
sysctl is set.  Please see tuning(7) for a complete
description of this sysctl.

RLIMIT_NPTS
The maximum number of pseudo-terminals created by this
user id.

All of the above exists on both FreeBSD 9-stable (9.x) and 10-stable (10.x)

----------
messages: 200903
nosy: koobs
priority: normal
severity: normal
status: open
title: Expose FreeBSD-specific APIs in resource module

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19343>
_______________________________________


More information about the New-bugs-announce mailing list