Skip to content

Commit 33cfafd

Browse files
authored
Merge pull request #95 from sbliven/fix94
Increase max heap size to 2G (Fix #94)
2 parents 398f5b3 + 396d21c commit 33cfafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symmetry-tools/src/main/assembly/runCESymm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ function scriptdir {
5050
}
5151
DIR="$(scriptdir "$0" )"
5252
# send the arguments to the java app
53-
java -Xmx500M -jar "$DIR/cesymm-${version}.jar" "$@"
53+
java -Xmx2G -jar "$DIR/cesymm-${version}.jar" "$@"

0 commit comments

Comments
 (0)