Skip to content

fix(netbox): raise memory limit to 2Gi to stop OOMKills#995

Open
fenio wants to merge 1 commit into
mainfrom
fix/netbox-memory-oom
Open

fix(netbox): raise memory limit to 2Gi to stop OOMKills#995
fenio wants to merge 1 commit into
mainfrom
fix/netbox-memory-oom

Conversation

@fenio

@fenio fenio commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Problem

netbox was OOMKilled today (exit 137, 12:24) at its 1Gi memory limit and immediately climbed back to 976Mi / 1Gi — so it would keep OOMing. Found during a cluster-wide log/health sweep.

Fix

Bump the netbox container resources (cluster/apps/net/netbox/app/helmrelease.yaml):

  • request 512Mi -> 1Gi
  • limit 1Gi -> 2Gi

Django/gunicorn baseline footprint here is ~1Gi, so this gives real headroom instead of running flush against the ceiling.

netbox was OOMKilled (exit 137) at its 1Gi limit and sits at ~976Mi at
rest, so it kept hitting the ceiling. Bump request 512Mi->1Gi and limit
1Gi->2Gi for headroom (Django/gunicorn baseline footprint is ~1Gi).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant