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>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-17 15:04:58 +00:00
committed by GitHub
parent cbdd75d668
commit 8dea787518
2 changed files with 7 additions and 0 deletions

View File

@@ -258,6 +258,9 @@ services:
restart: unless-stopped
profiles:
- collabora
shm_size: 268435456
tmpfs:
- /tmp
cap_add:
- SYS_ADMIN
- SYS_CHROOT

View File

@@ -394,6 +394,10 @@
"profiles": [
"collabora"
],
"shm_size": 268435456,
"tmpfs": [
"/tmp"
],
"cap_add": [
"SYS_ADMIN",
"SYS_CHROOT",