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.