You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This goes into conf/application.ini when packaging and is properly parsed on Linux and Mac from the bash script. On Windows, the .bat file is broken, though. Instead of trying to read this file, it looks for ./<APP-NAME>_config.txt which does not exist, resulting in an application launch with wrong heap settings.
It also seems that the format of the .ini file is not compatible. If I copy the application.ini file to <APP-NAME>_config.txt, the .bat file has this error:
Unrecognized option: -J-Xmx1024m
The text was updated successfully, but these errors were encountered:
I have added an option for max heap space:
This goes into
conf/application.ini
when packaging and is properly parsed on Linux and Mac from the bash script. On Windows, the.bat
file is broken, though. Instead of trying to read this file, it looks for./<APP-NAME>_config.txt
which does not exist, resulting in an application launch with wrong heap settings.It also seems that the format of the
.ini
file is not compatible. If I copy theapplication.ini
file to<APP-NAME>_config.txt
, the.bat
file has this error:The text was updated successfully, but these errors were encountered: