看板 DFBSD_bugs 關於我們 聯絡資訊
:Stathis Kamperis <ekamperi@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