diff --git a/docker-compose.yml b/docker-compose.yml index 0edb3c4..62c076a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: entrypoint: ["java", "-Deisa.branch=${BRANCH}", "-cp", "/app.war", "org.springframework.boot.loader.launch.PropertiesLauncher"] environment: - JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=75 -Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]" + JAVA_TOOL_OPTIONS: "-XX:+PrintFlagsFinal -XX:MaxRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -XX:+UseTransparentHugePages -XX:+UseZGC -Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]" env_file: - stack.env