We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72924e4 commit 7ef4e7eCopy full SHA for 7ef4e7e
1 file changed
Dockerfile
@@ -27,7 +27,8 @@ RUN adduser -D uid2-operator && mkdir -p /opt/uid2 && chmod 777 -R /opt/uid2 &&
27
USER uid2-operator
28
29
CMD java \
30
- -XX:MaxRAMPercentage=95 -XX:-UseCompressedOops -XX:+PrintFlagsFinal -XX:-OmitStackTraceInFastThrow \
+ -XX:+UseZGC -XX:+ZGenerational \
31
+ -XX:MaxRAMPercentage=85 -XX:-UseCompressedOops -XX:+PrintFlagsFinal -XX:-OmitStackTraceInFastThrow \
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