Skip to content
Snippets Groups Projects
Commit 40c75c47 authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Tweaked ulimit call

parent 68a9d48d
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@ fi
ulimit -H -t 10
if g++ $CXXFLAGS $1; then
ulimit -H -t 1
# ulimit -H -t 1 # Apparently -t takes a number >= 10 for hard limit
ulimit -t 1
./a.out
else
exit $?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment