in reply to Re^2: PERL coredump limit
in thread PERL coredump limit
Right, a non-root user can only lower the hard limit (rlim_max) and/or set the soft (rlim_cur) anywhere between 0 and the current hard limit. But that's going to be the case whether you use BSD::Resource or the shell's ulimit builtin.
|
|---|