We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5964726 commit 6b1cd0cCopy full SHA for 6b1cd0c
1 file changed
Dockerfile
@@ -28,6 +28,7 @@ USER uid2-operator
28
29
CMD java \
30
-XX:MaxRAMPercentage=95 -XX:-UseCompressedOops -XX:+PrintFlagsFinal -XX:-OmitStackTraceInFastThrow \
31
+ -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints \
32
-Djava.security.egd=file:/dev/./urandom \
33
-Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory \
34
-Dlogback.configurationFile=/app/conf/logback.xml \
0 commit comments