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

by default limit memory usage of java services #59

Merged
merged 1 commit into from
May 21, 2024

Conversation

nvdk
Copy link
Contributor

@nvdk nvdk commented May 17, 2024

java has a tendency to be quite greedy in memory usage, this setting limits the max usage to 4GB which should suffice for most scenarios. If the services do run out of memory, it can simply be increased in the docker-compose override on the server

java has a tendency to be quite greedy in memory usage, this setting limits the max usage to 4GB which should suffice for most scenarios. If the services do run out of memory, it can simply be increased in the docker-compose override on the server
@marc-portier marc-portier merged commit 06e5cc6 into main May 21, 2024
1 check passed
@marc-portier marc-portier deleted the chore/limit-memory-usage branch May 21, 2024 14:00
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.

2 participants