[issue1328] [PATCH] POSIX COMPLIANCE: RLIMIT_AS undeclared
Matthew Dillon
dillon at apollo.backplane.com
Tue May 26 11:59:29 PDT 2009
:Stathis Kamperis <ekamperi at gmail.com> added the comment:
:
:: RLIMIT_AS definitely seems to be the only real standard here,
:
:Anyone any thoughts regarding the attached patch ?
:
:Cheers,
:Stathis
This might create issues if a pkgsrc package is switch()ing on
the RLIMIT cases and tries to switch on both RLIMIT_VMEM and
RLIMIT_AS.
If RLIMIT_VMEM is not used as much we might be able to just
flat-out rename it to RLIMIT_AS. The question is whether it
would be beneficial to the pkgsrc build or not.
-Matt
More information about the Bugs
mailing list