Android Question VM error while compiling under Windows 32-bit (PC has 2.97 GB Usable RAM) - reg.

beelze69

Active Member
Licensed User
Longtime User
Hi ,

I am having an issue in compiling my program under B4A 10.2 (32-bit) OS. My machine is a core 2 duo with 2.97 GB usable RAM.. No problems with the Processor make and clock speed since earlier I was able to run B4A Programs. Recently I formatted my PC and installed 32 bit Windows on one partition. In the other Partition I have installed 64-bit Windows and I have no issues with b4A there. It compiles fine there. But am having an issue here in 32-bit Windows. My JAVA is 32-bit Version 1.8.0_271..

Screenshot is attached with this message.


Please help.

Thanks.
 

Attachments

  • screenshot_error_in_initialization_of_VM.jpg
    screenshot_error_in_initialization_of_VM.jpg
    267 KB · Views: 108

DonManfred

Expert
Licensed User
Longtime User
You have too less ram in your pc. Reinstall windows and use X64.
Or better just use the 64bit system to work with b4x
Windows 32 bit can only use 4gb of ram max. If you give too much ram to the VM then it may not work. You can limit the ram for the VM in the ini. You also can switch of the optimized dexer; it will be slower but comsumes less ram.
 
Last edited:
Upvote 0
Top