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
This is a very well written sample, but extremely low values for Xms & Xmx values limit certain use cases for this sample.
For instance, I'm attempting to attach a javaagent to this application, but the JAR being passed as the agent requires > 8MB of memory.
Would it possible to either increase the default heap allocation or remove these args altogether so that they can fallback to the default values ?
I can download this sample make changes and then use the locally built image, but it would be great if I could just pull the published image from dockerhub.
Thanks.
The text was updated successfully, but these errors were encountered:
This is a very well written sample, but extremely low values for Xms & Xmx values limit certain use cases for this sample.
For instance, I'm attempting to attach a
javaagent
to this application, but the JAR being passed as the agent requires > 8MB of memory.Would it possible to either increase the default heap allocation or remove these args altogether so that they can fallback to the default values ?
I can download this sample make changes and then use the locally built image, but it would be great if I could just pull the published image from dockerhub.
Thanks.
The text was updated successfully, but these errors were encountered: