K kstainsb Member Licensed User Longtime User Feb 4, 2019 #1 Hi, I'm trying to compile my app. Got the out of memory error. Tried increasing the MaxRamForDex=8192 and it still crashes. Any ideas?
Hi, I'm trying to compile my app. Got the out of memory error. Tried increasing the MaxRamForDex=8192 and it still crashes. Any ideas?
Erel B4X founder Staff member Licensed User Longtime User Feb 4, 2019 #2 1. Set it to 4096. Make sure to close the IDE before changing it. 2. Are you using a 64 bit Java? Upvote 0
K kstainsb Member Licensed User Longtime User Feb 4, 2019 #3 Fixed! Thanks! I'd saved the .ini file with the IDE open, and it overwrote it. Upvote 0
C Calvin Yee Member Licensed User Feb 24, 2020 #4 I enccounter this error too. where to find the file to edit? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 24, 2020 #5 The INI file is here: %AppData%\Anywhere Software\Basic4android Make sure to close the IDE before you update it. Upvote 0
The INI file is here: %AppData%\Anywhere Software\Basic4android Make sure to close the IDE before you update it.