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

This commit is contained in:
2026-02-28 13:42:11 +00:00
parent 8170c1c0f4
commit 468b8c7f58

View File

@@ -22,7 +22,7 @@ services:
- "traefik.http.routers.expertisa-master.service=expertisa-master"
environment:
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=75"
network_mode: bridge