Prioritize engineer containers for OOM killing #1389

Merged
coilyco-ops merged 1 commit from issue-1304 into main 2026-07-15 10:48:49 +00:00
Member

This updates the shared Docker argv builder so engineer containers get a higher OOM score and director/session containers get a lower one. Under memory pressure, Docker now sheds engineer work first while keeping director surfaces above the default priority.

  • --oom-score-adj=250 for engineers
  • --oom-score-adj=-250 for directors and director surface sessions
  • Added argv tests and ran go test ./...

closes #1304
ward.workflow: pull-request-and-merge

This updates the shared Docker argv builder so engineer containers get a higher OOM score and director/session containers get a lower one. Under memory pressure, Docker now sheds engineer work first while keeping director surfaces above the default priority. - --oom-score-adj=250 for engineers - --oom-score-adj=-250 for directors and director surface sessions - Added argv tests and ran go test ./... closes #1304 ward.workflow: pull-request-and-merge
Prioritize engineer containers for OOM killing
All checks were successful
test / test (pull_request) Successful in 1m11s
11e386217d
Sign in to join this conversation.
No description provided.