when converting a Java Application to an executable using exe4j, I want the exe to use as much memory as I assigned to the Application (1024MB). However, the executable only assigns 248MB and I'd like to know how to change that in exe4j?
thx in advance for your help
Memory management is not influenced by exe4j. exe4j is just a native Java launcher generator, the JVM runs normally after than and -Xmx or -Xms VM parameters work as they do with other launchers.