Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[accountingservice]: Memory usage causes OOM. #1663

Closed
martinjt opened this issue Jul 11, 2024 · 1 comment · Fixed by #1666 or open-telemetry/opentelemetry-helm-charts#1256
Closed
Labels
bug Something isn't working

Comments

@martinjt
Copy link
Member

Bug Report

Which version of the demo you are using? (please provide either a specific
1.11.0

Symptom

OOM'ing in K8s, and reports of it happening in Docker-compose too.

What is the expected behavior?

It doesn't crash

What is the actual behavior?

It crashes

Reproduce

Run the Helm chart, or the docker-compose.

We will close this issue if:

  • The steps you provided are complex.
  • If we can not reproduce the behavior you're reporting.

Additional Context

I've managed to make it stable at 80Mi in an AKS cluster using Intel. @puckpuck has suggested it needs 120Mi on ARM in EKS.

@martinjt martinjt added the bug Something isn't working label Jul 11, 2024
@martinjt
Copy link
Member Author

As a workaround right now for the helm chart you can add:

components:
  accountingService:
    resources:
      limits:
        memory: 60Mi

(or 120Mi if you need more)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant