LSF 4.2
This section is relevant to those who use indirect LSF taskers to submit jobs to LSF.
Release 4.2 is by now an old release of LSF and it may cause problems on certain 64-bit platforms like Opterons because of unproper setting of the process limits.
Workaround
You have to modify the $VOVDIR/scripts/vovfire script and add
the following
statement:
# Set the soft limit for the stack space to
# a reasonable value.
ulimit -S -s 10240