in reply to
Re: perl memory use question
in thread
perl memory use question
how do I use ulimit/ set the stack size? is it a flag when I run the script, or is it a line in the script?
Comment on
Re^2: perl memory use question
Replies are listed 'Best First'.
Re^3: perl memory use question
by
Joost
(Canon)
on Jun 03, 2007 at 22:57 UTC
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?"
[reply]
In Section
Seekers of Perl Wisdom