Greetings all,
I am attempting to update the starting parameters of my server to increase the RAM allocation to a maximum of 3g.
I've gone through the whole process of creating a .bat file in notepad with this line:
"C:\Program Files\Java\jre7\bin\java.exe" -Xms1024m -Xmx3072m -jar "ftbserver.jar"
I've also attempted to use the ServerStart.bat file included with the mod pack and edited this file to read:
java -Xms512M -Xmx3G -jar ftbserver.jar
Whenever I try to start the server with these edited files the run command box opens for a second but instantly closes and the server is never started.
I am baffled. My server runs decently with the default RAM allocation but will occasionally get the warnings. I have a ton of RAM waiting to be used but can't get the damn thing to actually start.
Any help would be appreciated.
I am attempting to update the starting parameters of my server to increase the RAM allocation to a maximum of 3g.
I've gone through the whole process of creating a .bat file in notepad with this line:
"C:\Program Files\Java\jre7\bin\java.exe" -Xms1024m -Xmx3072m -jar "ftbserver.jar"
I've also attempted to use the ServerStart.bat file included with the mod pack and edited this file to read:
java -Xms512M -Xmx3G -jar ftbserver.jar
Whenever I try to start the server with these edited files the run command box opens for a second but instantly closes and the server is never started.
I am baffled. My server runs decently with the default RAM allocation but will occasionally get the warnings. I have a ton of RAM waiting to be used but can't get the damn thing to actually start.
Any help would be appreciated.