fix: change oom_score_adj from -1000 to -500 per review feedback

Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/53fe8b24-fd33-494f-a9c7-9732b56c9055

Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-12 13:03:47 +00:00
committed by GitHub
parent 6781853e9e
commit 988258bb2c
6 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ sudo docker run \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--oom-score-adj -1000 \
--oom-score-adj -500 \
--publish 80:80 \
--publish 8080:8080 \
--publish 8443:8443 \