Skip to content

Commit 17c5e5e

Browse files
authored
increase memory limit
1 parent 99bbfca commit 17c5e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/environ.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ groovy_classpath=(
4242
timeline_java_opts=(
4343
-DCLAS12DIR=$COATJAVA/
4444
-Djava.util.logging.config.file=$COATJAVA/etc/logging/$log_config.properties
45-
-Xmx1024m
45+
-Xmx1536m
4646
-XX:+UseSerialGC
4747
)
4848
timeline_groovy_opts=(

0 commit comments

Comments
 (0)