From 310429c5fd4049971e4d02c39d41ccb024c77123 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Apr 2026 22:03:09 +0000 Subject: [PATCH] fix: add shm_size=128M to nextcloud container to match apc.shm_size Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/0b44e4a1-dccc-4541-b4cb-07fceaa046ca Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> --- php/containers.json | 1 + 1 file changed, 1 insertion(+) diff --git a/php/containers.json b/php/containers.json index 96346cfe..c56ffb05 100644 --- a/php/containers.json +++ b/php/containers.json @@ -267,6 +267,7 @@ ], "stop_grace_period": 600, "restart": "unless-stopped", + "shm_size": 134217728, "devices": [ "/dev/dri" ],