in reply to Re: PERL coredump limit
in thread PERL coredump limit

Note that you may well find that you can only increase the core file size limit if you're running as root.

Hugo

Replies are listed 'Best First'.
Re^3: PERL coredump limit
by Fletch (Bishop) on Aug 04, 2004 at 00:55 UTC

    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.