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

Set MaxDirectMemorySize to some reasonable value #68

Open
stas-sbi opened this issue Sep 4, 2024 · 0 comments
Open

Set MaxDirectMemorySize to some reasonable value #68

stas-sbi opened this issue Sep 4, 2024 · 0 comments

Comments

@stas-sbi
Copy link
Collaborator

stas-sbi commented Sep 4, 2024

MaxDirectMemorySize should be set to some reasonable value instead of relying on the default which equals max memory limit. Let's say if max memory is set to 75% total may exceed 150% without this option. Setting this option would help us detecting software or configuration issues easier as Java would complain on not being able to allocate more memory by some routing explicitly instead of being killed by OOM Killer provided by the OS.

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

No branches or pull requests

1 participant