Ydm Active Member Licensed User Longtime User Nov 28, 2016 #1 Sometimes I need to open multiple B4A files. To copy and modify codes. However, in this case multiple java.exe are running. Total ram usage is over 1.5 gigabytes. MaxRamForDex=1536 and MaxRamForDex=0 I've tried. Nothing has changed. What can I do?
Sometimes I need to open multiple B4A files. To copy and modify codes. However, in this case multiple java.exe are running. Total ram usage is over 1.5 gigabytes. MaxRamForDex=1536 and MaxRamForDex=0 I've tried. Nothing has changed. What can I do?
Erel B4X founder Staff member Licensed User Longtime User Nov 28, 2016 #2 Make sure that all IDEs are closed before you modify the ini file. Set UseOptimizedDexer to False. Upvote 0
Ydm Active Member Licensed User Longtime User Nov 28, 2016 #3 Set UseOptimizedDexer to False is fixed. Thanks... Upvote 0