Уменьшаем MaxRAMPercentage до 75, чтобы избежать падений нод по OOM

This commit is contained in:
2026-02-28 13:43:09 +00:00
parent bd60f8fb2d
commit f07a60622e

View File

@@ -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=90 -Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]"
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=75 -Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]"
labels:
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`(?i)^${BRANCH}\\..+`)"