When using Maven to build an executable JAR, how do I specify the JVM arguments that are used when the JAR is executed?
I can specify the main class using <
<
Ancient question but came up on my Google search for this exact problem so I'm answering it.
Try
... -Xmx500m ...