1
Cannot add more RAM to 1.8 server?
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?
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?
1
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"
