When trying to start Minecraft server 14w11b with the start.bat using code "java -Xmx2G -Xms4G -jar minecraft_server.jar -o true
pause"
You get an "Error occurred during initialization of VM
Incompatible minimum and maximum heap sizes specified"
I have 8GB of RAM install on the computer.
Code is edited (Have removed 14w11b from file)
Image to help.
This is a technical support issue; this site is for bug reports only. For technical support please use the Mojang Support Center.
Not a Minecraft issue, malformed Java command.
Reverse xmx and xms. -Xmx4G -Xms2G
You are trying to set a maximum of 2GB with a starting size of 4GB.