You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Are there some java options I can set to prevent marathon out of memory errors. I am running with java 11, this version should be optimized to report on the correct container limits. Yet in my test environment with ~10 tasks, I still have oom with 800MB.
From this page [1] I have added -XX:+UseSerialGC -XX:-TieredCompilation, but I assume you know what needs to be set?
Are there some java options I can set to prevent marathon out of memory errors. I am running with java 11, this version should be optimized to report on the correct container limits. Yet in my test environment with ~10 tasks, I still have oom with 800MB.
From this page [1] I have added -XX:+UseSerialGC -XX:-TieredCompilation, but I assume you know what needs to be set?
[1]
https://stackoverflow.com/questions/53451103/java-using-much-more-memory-than-heap-size-or-size-correctly-docker-memory-limi
The text was updated successfully, but these errors were encountered: