Merge pull request #7943 from nextcloud/copilot/improve-collabora-container-performance

collabora: Add shm_size and tmpfs to improve the performance
This commit is contained in:
Simon L.
2026-04-17 17:34:30 +02:00
committed by GitHub
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",