Is UseCGroupMemoryLimitForHeap enabled? #1101
-
I'm having trouble correctly setting memory limits, I believe should be done at the Docker level, and not JVM only. Is the JDK you're using in I'm seeing a default max and min of 1G. Can I disable this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
All of the base image JVMs are using container-aware memory support (the flag is UseContainerSupport BTW):
however, what you have noticed is the ultimate problem. I need to adjust the scripts to allow I'll finally get started on #742 |
Beta Was this translation helpful? Give feedback.
All of the base image JVMs are using container-aware memory support (the flag is UseContainerSupport BTW):