Skip to content

Commit

Permalink
Remove too-conservative ulimit.
Browse files Browse the repository at this point in the history
  • Loading branch information
regehr committed Aug 5, 2011
1 parent 7945b24 commit cceeade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utah/scripts/john_driver/RunSafely.sh
Expand Up @@ -82,7 +82,7 @@ case $SYSTEM in
# files being output by the tests. 10 MB should be enough for anybody. ;)
ULIMITCMD="$ULIMITCMD ulimit -f 10485760;"

ULIMITCMD="$ULIMITCMD ulimit -m 2000000 -v 2000000;"
#ULIMITCMD="$ULIMITCMD ulimit -m 2000000 -v 2000000;"
#ULIMITCMD="$ULIMITCMD ulimit -m 2000000 -v 2000000;"
esac
rm -f core core.*
Expand Down

0 comments on commit cceeade

Please sign in to comment.