Skip to content

Commit 2b22c0d

Browse files
committed
run with tiered compilation to reduce starteup delay
1 parent e3ec4b5 commit 2b22c0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/bpipe

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,9 @@ LAUNCH_CMD='
730730
printf $$ > .bpipe.'$LAUNCHER_PID'.run.pid &
731731
exec java -Xmx'${MAX_JAVA_MEM}' \
732732
'${HEADLESS_FLAG}' -noverify \
733+
-XX:+TieredCompilation \
733734
-classpath "'"$BPIPE_HOME/local-lib/slf4j/*:$BPIPE_HOME/lib/slf4j/*:$CP"'" '$BPIPEDEBUG_FLAGS' '$MODEFLAG' \
735+
-Dbpipe_show_timings=false \
734736
-Dbpipe.pid='$LAUNCHER_PID' \
735737
-Dbpipe.home='"$JVM_BPIPE_HOME"' \
736738
-Dbpipe.version='$VERSION' \

0 commit comments

Comments
 (0)