From: Hamed Gorjiara Date: Wed, 13 Nov 2019 20:40:05 +0000 (-0800) Subject: Decreasing the memory limit. Problem still exists in our servers X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bed906ecffc73c896ce7b2834cc77cd5b7826ef1;p=satune.git Decreasing the memory limit. Problem still exists in our servers --- diff --git a/src/Scripts/learnresultgen.sh b/src/Scripts/learnresultgen.sh index 00a8b50..329b571 100755 --- a/src/Scripts/learnresultgen.sh +++ b/src/Scripts/learnresultgen.sh @@ -2,7 +2,7 @@ # ./learnresultgen.sh [sypet] [learning set = 1, 2, 3, etc.] [algorithm= 1, 2, 3, 4] set -e -ulimit -m 31500000 +ulimit -m 31000000 if [ "$#" -lt 3 ]; then echo "Illegal number of argument"