I have a program that requires a large increase in the Java Heap Space to run in the IDE in release mode. It's using the B4J version of HugeImageView.
#VirtualMachineArgs: -Xms8192m -Xmx8192m
It now works fine in the IDE but fails when built as a standalone package using the recommended JDK 11. It looks like the #VirtualMachineArgs setting is not getting passed through to the final package. Is this so?
#VirtualMachineArgs: -Xms8192m -Xmx8192m
It now works fine in the IDE but fails when built as a standalone package using the recommended JDK 11. It looks like the #VirtualMachineArgs setting is not getting passed through to the final package. Is this so?
Last edited: