wordsmith icon indicating copy to clipboard operation
wordsmith copied to clipboard

Request to remove the Xms & Xmx JVM flags from api

Open psx95 opened this issue 1 year ago • 0 comments

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.

psx95 avatar Jan 21 '25 21:01 psx95