From f13375d12bee33f8ff8f8b3d478b212ffa28ffb5 Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Sat, 17 May 2025 20:49:18 +0000 Subject: [PATCH] set shm size to prevent memory overload --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index de26321..1779e8e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,6 +2,7 @@ services: byparr: image: ghcr.io/thephaseless/byparr restart: unless-stopped + shm_size: 2gb build: context: . dockerfile: Dockerfile