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

frontendproxy has too low memory limit #1831

Open
mviitane opened this issue Dec 12, 2024 · 3 comments
Open

frontendproxy has too low memory limit #1831

mviitane opened this issue Dec 12, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@mviitane
Copy link
Member

mviitane commented Dec 12, 2024

Bug Report

Using the latest version on Kind

$ helm ls -A
NAME            NAMESPACE       REVISION        UPDATED                                 STATUS          CHART                           APP VERSION
my-otel-demo    demo            2               2024-12-12 15:13:25.036256222 +0200 EET deployed        opentelemetry-demo-0.33.7       1.12.0    

Symptom

frontendproxy has a too low memory limit and crashes in a few minutes.

Suggesting to raise the limit from 50 -> 70 MB. After that, it runs fine and in my case, consumes 53 MB after 15 min.

components:
  frontendProxy:
    resources:
      limits:
        memory: 70Mi
@mviitane mviitane added the bug Something isn't working label Dec 12, 2024
@puckpuck
Copy link
Contributor

Is this on arm64 or amd64 architecture? This is the frontend-proxy running on an arm cluster for an extended period (28 days), running well under 40MB. The restarts here were new demo deployments.
Screenshot 2024-12-12 at 10 28 32 PM

@mviitane
Copy link
Member Author

OK, the arm seems to run with much lower memory. I'm on amd64, Ubuntu, Kind.

@julianocosta89
Copy link
Member

Yeah, it seems that on AMD64 the memory consumption is higher.
We also got this reported here: #1825

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
Development

No branches or pull requests

3 participants