Yo! Thanks a lot for reporting this. ๐ญ๐
Turns out this was a pretty sneaky bug. I couldn't reproduce it on my end because my potato dev PC only has 8 GB RAM.
I've made a small fix for it.
Just extract fix-jvm.rar and replace the files inside your app folder with the ones from the archive.
If it still throws a Java heap space error, open patch-gradle-jvm.js and increase the JVM memory to match your PC. For example:
- 16 GB RAM โ Xmx: '4g'
- 32 GB RAM โ Xmx: '8g'
Hopefully this yeets the bug for good.
Thanks again for catching this one! You're amazing.