Уменьшаем MaxRAMPercentage до 75, чтобы избежать падений нод по OOM
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user