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.