memory calculator - can I set the XMS value? #31
Unanswered
heesuk-ahn
asked this question in
Q&A
Replies: 1 comment 1 reply
-
cc @paketo-buildpacks/java-buildpacks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, all
I know that the memory calcurator calculates the current XMX value based on the container's resource request value.
In order to prevent GC from occurring frequently in the early stage of the JVM,
I want to set XMX and XMS to the same value.
However, the
XMX
value is dynamically changed by the memory calcurator, so is there any function to setXMS
?Beta Was this translation helpful? Give feedback.
All reactions