From 484a4950683ab95499411f84b202f2c31c9056c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BE=D1=81=D1=82=D0=BD=D0=BE=D0=B2=20=D0=90=D0=BD?= =?UTF-8?q?=D0=B4=D1=80=D0=B5=D0=B9?= Date: Mon, 11 Nov 2024 20:48:38 +0300 Subject: [PATCH] =?UTF-8?q?JAVA=5FTOOL=5FOPTIONS=20=D0=B2=20=D0=BD=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8=20=D1=81=D1=82=D0=B5?= =?UTF-8?q?=D0=BA=D0=B0,=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20Dockerfi?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 147cfdc..1c883dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,9 @@ services: - "traefik.http.services.expertisa-master.loadbalancer.healthcheck.path=/health" - "traefik.http.services.expertisa-master.loadbalancer.healthcheck.interval=5s" + environment: + JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90" + network_mode: bridge configs: