From 374695baae522a35becfb4fda5121e46ebfe042d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 12 May 2026 11:33:39 +0000 Subject: [PATCH] feat: set watchtower oom_score_adj to -800 Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/cc42faee-be3d-4646-9232-f87b001bc065 Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> --- php/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index 115ec8bd..87aa57b2 100644 --- a/php/containers.json +++ b/php/containers.json @@ -642,7 +642,7 @@ "cap_drop": [ "NET_RAW" ], - "oom_score_adj": -200 + "oom_score_adj": -800 }, { "container_name": "nextcloud-aio-domaincheck",