Invalid maximum heap size

You are using 32 bit VM (Java HotSpot(TM) Client VM) which can be mapped to maximum 4G (Only 2 GB in reality) 2^32 address locations Maximum Java heap size of a 32-bit JVM on a 64-bit OS Error message suggest you are using 5GB heap memory which is not supported on 32 bit architecture Invalid maximum … Read more