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