Skip to content

Commit 6b1cd0c

Browse files
committed
add java options for profiling
1 parent 5964726 commit 6b1cd0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ USER uid2-operator
2828

2929
CMD java \
3030
-XX:MaxRAMPercentage=95 -XX:-UseCompressedOops -XX:+PrintFlagsFinal -XX:-OmitStackTraceInFastThrow \
31+
-XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints \
3132
-Djava.security.egd=file:/dev/./urandom \
3233
-Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory \
3334
-Dlogback.configurationFile=/app/conf/logback.xml \

0 commit comments

Comments
 (0)