projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55cc4a
)
Decreasing the memory limit. Problem still exists in our servers
author
Hamed Gorjiara
<hgorjiar@uci.edu>
Wed, 13 Nov 2019 20:40:05 +0000
(12:40 -0800)
committer
Hamed Gorjiara
<hgorjiar@uci.edu>
Wed, 13 Nov 2019 20:40:05 +0000
(12:40 -0800)
src/Scripts/learnresultgen.sh
patch
|
blob
|
history
diff --git
a/src/Scripts/learnresultgen.sh
b/src/Scripts/learnresultgen.sh
index 00a8b50eb3b8dc9a2136ccb89699a5edbb21f718..329b571443275e96f332573a7d811234395225f9 100755
(executable)
--- 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 31
5
00000
+ulimit -m 31
0
00000
if [ "$#" -lt 3 ]; then
echo "Illegal number of argument"