This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author koobs
Recipients koobs
Date 2013-10-22.09:27:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382434038.91.0.920002784924.issue19343@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2013-10-22 09:27:18koobssetrecipients: + koobs
2013-10-22 09:27:18koobssetmessageid: <1382434038.91.0.920002784924.issue19343@psf.upfronthosting.co.za>
2013-10-22 09:27:18koobslinkissue19343 messages
2013-10-22 09:27:18koobscreate