Skip to content

Commit 175377a

Browse files
committed
Reverted ZGC and set feature flag default false
1 parent 6e771fb commit 175377a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ RUN adduser -D uid2-operator && mkdir -p /opt/uid2 && chmod 777 -R /opt/uid2 &&
2727
USER uid2-operator
2828

2929
CMD java \
30-
-XX:+UseZGC -XX:+ZGenerational \
31-
-XX:MaxRAMPercentage=85 -XX:-UseCompressedOops -XX:+PrintFlagsFinal -XX:-OmitStackTraceInFastThrow \
30+
-XX:MaxRAMPercentage=95 -XX:-UseCompressedOops -XX:+PrintFlagsFinal -XX:-OmitStackTraceInFastThrow \
3231
-Djava.security.egd=file:/dev/./urandom \
3332
-Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory \
3433
-Dlogback.configurationFile=/app/conf/logback.xml \

conf/default-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"operator_type": "public",
4242
"enable_remote_config": true,
4343
"uid_instance_id_prefix": "local-operator",
44-
"enable_async_batch_request": true,
44+
"enable_async_batch_request": false,
4545
"compute_pool_thread_count": 12
4646
}

0 commit comments

Comments
 (0)