I could not start the emulator in Android studio due to the following error:
: WARNING: Increasing RAM up to 1 GB emulator: device fd: 620 HAXM is running and the emulator is running in fast virt mode Cannot configure guest memory "pc.ram": invalid argument
When installing HAXM, I set the memory to 1024 MB, and the emulator (using Nexus 5) is configured to use only 256 MB of RAM:

Ive tried to increase / decrease the RAM value, but it does not seem to affect the same error message that appears every time.
I do not understand why this is happening, and tried to install different versions of Android Studio. Im currently running 1.3.2, which is the version that my colleague successfully uses on the same PC (4 GB, Windows 7 32 bit).
The error indicates that the emulator is trying to increase the amount of RAM to 1 GB to set it to 256 MB.
source share