in reply to
Re^2: perl memory use question
in thread
perl memory use question
ulimit is a bash/sh command that sets various limits for child processes, including the stack size. So you need to set it from the parent process before running the perl script.
"What should it profit a man, if he should win a flame war, yet lose his cool?"
Comment on
Re^3: perl memory use question
In Section
Seekers of Perl Wisdom