From d356a0194dbe19cc893bfeafee78af996a08750d Mon Sep 17 00:00:00 2001 From: autocommit Date: Mon, 13 Apr 2026 01:00:16 -0700 Subject: [PATCH] =?UTF-8?q?chore(infrastructure):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20production=20Docker=20Compose=20for=20optimized=20service=20?= =?UTF-8?q?networking=20and=20resource=20allocation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- infrastructure/docker-compose.prod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/docker-compose.prod.yaml b/infrastructure/docker-compose.prod.yaml index fd86a4c..2ebeb86 100644 --- a/infrastructure/docker-compose.prod.yaml +++ b/infrastructure/docker-compose.prod.yaml @@ -90,9 +90,9 @@ services: dockerfile: Dockerfile container_name: analytics-collector restart: unless-stopped - mem_limit: 256m - memswap_limit: 256m - mem_reservation: 128m + mem_limit: 384m + memswap_limit: 384m + mem_reservation: 192m ports: - "127.0.0.1:4001:4001" environment: