Skip to content

Commit 1263799

Browse files
authored
fix: increase maximum heap size to 2 GB (#385)
1 parent 92d4074 commit 1263799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)