Executable jar of distribution is not properly running on 32-bit JVM.
The issue is caused by the limitations of -Xmx property that could be set for applications running on 32-bit JVMs.
Need to fix the startup of application on 32-bit JVMs (need to set some fallback heap max size during JVM initialization process).
Program should warn a user if it running on 32-bit JVM (since it might cause Java to fall out of heap on uploading large flights)
Executable jar of distribution is not properly running on 32-bit JVM. The issue is caused by the limitations of -Xmx property that could be set for applications running on 32-bit JVMs.