JAVA_TOOL_OPTIONS в настройки стека, вместо Dockerfile

This commit is contained in:
Постнов Андрей 2024-11-11 20:48:38 +03:00
parent a1b33b38ad
commit 484a495068

View File

@ -15,6 +15,9 @@ services:
- "traefik.http.services.expertisa-master.loadbalancer.healthcheck.path=/health" - "traefik.http.services.expertisa-master.loadbalancer.healthcheck.path=/health"
- "traefik.http.services.expertisa-master.loadbalancer.healthcheck.interval=5s" - "traefik.http.services.expertisa-master.loadbalancer.healthcheck.interval=5s"
environment:
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
network_mode: bridge network_mode: bridge
configs: configs: