From 8dea787518d6bb31640d2c1b1667f9e83825215e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 15:04:58 +0000 Subject: [PATCH] Add shm_size and tmpfs to collabora container for performance improvement Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/352eb94e-be98-422a-96d9-39da7e4443cd Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> --- manual-install/latest.yml | 3 +++ php/containers.json | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index c6b81f16..de088b87 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -258,6 +258,9 @@ services: restart: unless-stopped profiles: - collabora + shm_size: 268435456 + tmpfs: + - /tmp cap_add: - SYS_ADMIN - SYS_CHROOT diff --git a/php/containers.json b/php/containers.json index 96346cfe..43985ed8 100644 --- a/php/containers.json +++ b/php/containers.json @@ -394,6 +394,10 @@ "profiles": [ "collabora" ], + "shm_size": 268435456, + "tmpfs": [ + "/tmp" + ], "cap_add": [ "SYS_ADMIN", "SYS_CHROOT",