From d5d79851e0af1925f21301f4ec03960da326a949 Mon Sep 17 00:00:00 2001 From: David Northover Date: Fri, 19 Dec 2025 14:50:54 -0500 Subject: [PATCH] Increase shm_size for docker to avoid memory issue. --- python/compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/compose.yml b/python/compose.yml index d2940d7..c2c9885 100644 --- a/python/compose.yml +++ b/python/compose.yml @@ -12,6 +12,7 @@ services: - "host.docker.internal:host-gateway" environment: - OUR_ENV=docker + shm_size: 64gb volumes: ouroboros-volume: name: ouroboros-volume \ No newline at end of file