Hey guys, I'm on the new launcher trying to change my allocated RAM from 1 gigabyte to 2 For 1.8.1. I changed the JVM argument, and pressed play, but it wouldn't start and said "Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap Java HotSpot (TM) Client VM warning: using incremental CMS is deprecated and will likely be removed in a future release". Can anyone help me fix this? I'm trying to get my multiplayer to run more smoothly, and I know that my computer has 4 gigabytes of RAM. Thanks!
A) are you using a 32bit java? If your computer is 64bits, you need to upgrade your Java to 64 bits.
I had a similar problem. I had Java 8 Installed however I switched to java 7. Try installing Java 7 (32 or 54 bit depending on your system) and then try.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
@echo off
java -Xms2048M -Xmx2048M -jar (Server FileName).jar nogui
pause
Hope this helps!
Happy holidays!