Hello everyone I’m building the application using maven, e.g. “mvn clean package”.
The bundle it builds, let’s assume it’s called ERXApp.woa has a launcher script inside called ERXApp. When I run it I can see it’s running java with -Xmx64m -Xms32m and then everything else like the classpath and the class of the application to run. My question is, can I control the Xmx and Xms options injected in the script? I tried using jvmOptions property inside build.properties but they get added in addition to the ones already there: -Xmx64m -Xms32m. Thank you Ricardo Parada
