Skip to content

Commit c8d497e

Browse files
Add additional jvm options
1 parent 38a0d35 commit c8d497e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ USER uid2-operator
2525

2626
CMD java \
2727
-XX:MaxRAMPercentage=95 -XX:-UseCompressedOops -XX:+PrintFlagsFinal -XX:-OmitStackTraceInFastThrow \
28+
-XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints
29+
-XX:FlightRecorderOptions=stackdepth=512
2830
-Djava.security.egd=file:/dev/./urandom \
2931
-Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory \
3032
-Dlogback.configurationFile=/app/conf/logback.xml \

0 commit comments

Comments
 (0)