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

@@ -32,7 +32,7 @@ Here is a command to quickly launch a container :
docker run \
--rm \
--name nextcloud-aio-mastercontainer \
--oom-score-adj -1000 \
--oom-score-adj -500 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock \
ghcr.io/nextcloud-releases/all-in-one:latest