bug(serviceradar-agent): OOM killed in 'demo' namespace #937

Closed
opened 2026-03-28 04:30:04 +00:00 by mfreeman451 · 1 comment
Owner

Imported from GitHub.

Original GitHub issue: #2638
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2638
Original created: 2026-01-31T04:34:01Z


Describe the bug
Just noticed the agent is getting OOM killed in demo k8s namespace

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Imported from GitHub. Original GitHub issue: #2638 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2638 Original created: 2026-01-31T04:34:01Z --- **Describe the bug** Just noticed the agent is getting OOM killed in `demo` k8s namespace **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
mfreeman451 added this to the 1.1.0 milestone 2026-03-28 04:30:04 +00:00
Author
Owner

Imported GitHub comment.

Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2638#issuecomment-3827579580
Original created: 2026-01-31T05:43:51Z


The current agent pod shows restartCount=2 and the last termination reason is OOMKilled (exit 137), with the most recent OOM at 2026‑01‑31T05:31:25Z.

I also see in the previous logs right before the kill:

  • targetsGenerated: 456,984
  • tcpTargets: 406,208
  • totalHosts: 50,776

That’s a massive sweep fan‑out, which is a likely memory spike culprit given the pod limit is 1Gi.

Going to bump up the pod limits in our values.yaml for demo and update docs

Imported GitHub comment. Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2638#issuecomment-3827579580 Original created: 2026-01-31T05:43:51Z --- The current agent pod shows restartCount=2 and the last termination reason is OOMKilled (exit 137), with the most recent OOM at 2026‑01‑31T05:31:25Z. I also see in the previous logs right before the kill: - targetsGenerated: 456,984 - tcpTargets: 406,208 - totalHosts: 50,776 That’s a massive sweep fan‑out, which is a likely memory spike culprit given the pod limit is 1Gi. Going to bump up the pod limits in our values.yaml for `demo` and update docs
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#937
No description provided.