1

Cannot add more RAM to 1.8 server?

CloudbunniesMC 9/20/14 9:24 am
1.5k
9/27/2014 2:34 am
Hello.
I have been trying to dedicate more ram to my 1.8 server. I am using a method that worked in 1.7:
I made a text document and put this into it:
java -Xmx4096M -Xms4096M -jar minecraft_server.1.8.jar gui
PAUSE

I name it SERVER.bat and save it as all files. When I run it, it stopped working with the error: Unable to access jarfile minecraft_server.1.8.jar

Any ideas?
Posted by
CloudbunniesMC
Level 20 : Expert Dragon
10

  Have something to say?

JoinSign in

1

DrMcKay8000
09/27/2014 2:34 am
Level 13 : Journeyman System
CloudbunniesMCHello.
I have been trying to dedicate more ram to my 1.8 server. I am using a method that worked in 1.7:
I made a text document and put this into it:
java -Xmx4096M -Xms4096M -jar minecraft_server.1.8.jar gui
PAUSE

I name it SERVER.bat and save it as all files. When I run it, it stopped working with the error: Unable to access jarfile minecraft_server.1.8.jar

Any ideas?


Try Replace "gui" with "-nogui"
1

Welcome