aedwall Active Member Licensed User Longtime User Apr 27, 2025 #1 How do I start NLG? It is a .jar file. Do I have to open it in Java? I see no instructions on how to open it. Thank you. I downloaded and installed b4J and tried to run it, but got this message: Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap What now? Last edited: Apr 27, 2025
How do I start NLG? It is a .jar file. Do I have to open it in Java? I see no instructions on how to open it. Thank you. I downloaded and installed b4J and tried to run it, but got this message: Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap What now?
drgottjr Expert Licensed User Longtime User Apr 28, 2025 #2 What now? Click to expand... search for 2097152KB in the little search box Upvote 0
aedwall Active Member Licensed User Longtime User Apr 28, 2025 #3 I finally found a reference that said I should change this: MaxRamForDex=2048 to this: MaxRamForDex=512 in the "b4xV5.ini" file. That made it work. But so much time and energy lost trying to find it. Thank you for your help. Upvote 0
I finally found a reference that said I should change this: MaxRamForDex=2048 to this: MaxRamForDex=512 in the "b4xV5.ini" file. That made it work. But so much time and energy lost trying to find it. Thank you for your help.