Skip to content

Commit 7e850ef

Browse files
committed
Set memory and CPU limit in util/update-and-sync
this script has been running wild on hack two days in a row, so better stop it from doing that again
1 parent fc16c64 commit 7e850ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/update-and-sync

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
set -e
66
set -x
77

8+
ulimit -v 2097152 # 2 GB
9+
ulimit -t 3600 # 1 hour
10+
811
# need most up to date perl6 to build examples at present
912
#source /home/rakudobrew/.rakudobrew-bash
1013

0 commit comments

Comments
 (0)