in reply to PERL coredump limit
Erm, what do you think BSD::Resource's setrlimit() routine's for?
setrlimit( BSD::Resource::RLIMIT_CORE(), 0, 0 ) or warn "Can't set core file size limit to 0: $!\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PERL coredump limit
by hv (Prior) on Aug 03, 2004 at 23:47 UTC | |
by Fletch (Bishop) on Aug 04, 2004 at 00:55 UTC |