Hi -
Attempting to run ePADD with higher RAM allocation. I can run the app like so:
java -jar epadd-standalone.jar
But when I add the option from the manual:
-Xmx8g
I get this error:
Invalid maximum heap size: -Xmx8g
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
If I run the command specifying anything less than 4 GB, I an error like the following (3GB specification):
Error occurred during initialization of VM
Could not reserve enough space for 3145728KB object heap
I'm running ePADD 4.1 on a 64-bit Windows 10 machine with 32 GB RAM.
I realize this is likely a Java error outside the scope of the ePADD app, but I wonder if this is an error any of the team has seen (also, a plug for allowing the amount of RAM given to the app to be set in a GUI or other settings file).