Skip to content

Commit 5157761

Browse files
committed
fix: limit heap space for groovy too
1 parent cff4d0e commit 5157761

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/environ.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ timeline_java_opts=(
2525
# groovy options
2626
timeline_groovy_opts=(
2727
-cp "$TIMELINESRC/target/*:$TIMELINESRC/target/dependency/*"
28+
-Xmx1536m
2829
-Djava.awt.headless=true
2930
)
3031

0 commit comments

Comments
 (0)