Skip to content

Commit bb6859b

Browse files
committed
Increase the maximum memory request
1 parent 9ec4381 commit bb6859b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libexec/environ.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424
timeline_java_opts=(
2525
-cp "$TIMELINESRC/target/*:$TIMELINESRC/target/dependency/*"
2626
-Djava.util.logging.config.file=$TIMELINESRC/data/logging/$log_config.properties
27-
-Xmx1536m
27+
-Xmx2048m
2828
-XX:+UseSerialGC
2929
-Djava.awt.headless=true
3030
)

0 commit comments

Comments
 (0)