From 77c2a3ac848a8c919fc7fd0c28941be254f7a8b2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 12 May 2026 13:10:17 +0000 Subject: [PATCH] feat: add cpu_shares 512 to remaining containers in containers.json Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/e858912d-e6a4-4838-8765-54416017a1f2 Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> --- php/containers.json | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/php/containers.json b/php/containers.json index 53c578a6..0ca3483f 100644 --- a/php/containers.json +++ b/php/containers.json @@ -418,7 +418,8 @@ ], "cap_drop": [ "NET_RAW" - ] + ], + "cpu_shares": 512 }, { "container_name": "nextcloud-aio-talk", @@ -489,7 +490,8 @@ ], "cap_drop": [ "NET_RAW" - ] + ], + "cpu_shares": 512 }, { "container_name": "nextcloud-aio-talk-recording", @@ -543,7 +545,8 @@ ], "cap_drop": [ "NET_RAW" - ] + ], + "cpu_shares": 512 }, { "container_name": "nextcloud-aio-borgbackup", @@ -672,7 +675,8 @@ ], "cap_drop": [ "NET_RAW" - ] + ], + "cpu_shares": 512 }, { "container_name": "nextcloud-aio-clamav", @@ -719,7 +723,8 @@ ], "cap_drop": [ "NET_RAW" - ] + ], + "cpu_shares": 512 }, { "container_name": "nextcloud-aio-onlyoffice", @@ -763,7 +768,8 @@ ], "cap_drop": [ "NET_RAW" - ] + ], + "cpu_shares": 512 }, { "container_name": "nextcloud-aio-imaginary", @@ -805,7 +811,8 @@ ], "secrets": [ "IMAGINARY_SECRET" - ] + ], + "cpu_shares": 512 }, { "container_name": "nextcloud-aio-fulltextsearch", @@ -857,7 +864,8 @@ ], "cap_drop": [ "NET_RAW" - ] + ], + "cpu_shares": 512 }, { "container_name": "nextcloud-aio-docker-socket-proxy", @@ -973,7 +981,8 @@ "read_only": true, "cap_drop": [ "NET_RAW" - ] + ], + "cpu_shares": 512 } ] }