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
Essentially, as long as -Xmx is not defined Java will automatically use 1/4 the container memory limit for the heap size. Since isle-buildkit does define -Xmx, we need to remove it, in order to allow the JVM to auto-size.
I have no idea where this work should be done. THis ticket does not look like it should block the feature completion launch from the DRCC team. But a review of this by a developer post launch would probably be a good idea.
See description in: https://www.atamanroman.dev/articles/usecontainersupport-to-the-rescue/
Essentially, as long as -Xmx is not defined Java will automatically use 1/4 the container memory limit for the heap size. Since isle-buildkit does define
-Xmx
, we need to remove it, in order to allow the JVM to auto-size.Resource limits are introduced in idcApp-k8s as of jhu-idc/idcApp-k8s#57
The text was updated successfully, but these errors were encountered: