Is UseCGroupMemoryLimitForHeap enabled? #1101
Answered
by
itzg
alvarlagerlof
asked this question in
Q&A
|
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? |
Answered by
itzg
Oct 31, 2021
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 |
14 replies
Answer selected by
alvarlagerlof
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

All of the base image JVMs are using container-aware memory support (the flag is UseContainerSupport BTW):