Currently the default build command when I click run without debugging in VS code is:
C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe '-Xms1g', '-Dfile.encoding=UTF-8', '-Dapple.awt.UIElement=true', '-jar', 'c:\Users\broom\AppData\Roaming\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-6.4.1-2023-12-04-6cafd260d\bin\monkeybrains.jar', '-o', 'bin\app3.prg', '-f', 'c:\Users\broom\OneDrive\Documents\Projects\SMARTWATCH\Garmin\app3\app3\monkey.jungle', '-y', 'c:\Users\broom\OneDrive\Documents\Projects\SMARTWATCH\Garmin\keys\app1key\developer_key', '-d', 'venu3_sim', '-w'
I just want to edit the '-Xms1g' to something else because I always get Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size
Thanks