feat: adjust oom_score_adj values and add to schema

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>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-12 11:33:29 +00:00
committed by GitHub
parent b0842bf7ea
commit 1d9198b8f2
2 changed files with 18 additions and 13 deletions

View File

@@ -207,7 +207,12 @@
"pattern": "^/[a-z/_0-9-:]+$"
}
},
"volumes": {
"oom_score_adj": {
"type": "integer",
"minimum": -1000,
"maximum": 0
},
"volumes": {
"type": "array",
"items": {
"type": "object",