We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Which version of the demo you are using? (please provide either a specific 1.11.0
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
Run the Helm chart, or the docker-compose.
We will close this issue if:
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.
The text was updated successfully, but these errors were encountered:
As a workaround right now for the helm chart you can add:
components: accountingService: resources: limits: memory: 60Mi
(or 120Mi if you need more)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
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.
The text was updated successfully, but these errors were encountered: