I have a JavaFX 2 desktop application. I've used javafx-maven-plugin and Inno Setup to create a native bundle for Windows (.exe installer).
When I install the application on Windows Server 2008, I get an out of memory exception, because of the low heap size.
How can I pass JVM arguments to increase the heap size (-Xmx) in this scenario?
Is there any way to specefy jvm arguments to be called when creating the native bundle with Inno Setup?