So i got a notification from my server to run it with more ram, so i went into the batch file to edit it
I started with
java -Xms512M -Xmx1G -jar ftbserver.jar
Changed to
java -Xms1024M -Xmx1024M -jar ftbserver.jar
and now i get "error: unable to access jarfile ftbserver.jar"
on a side not I have never been able to to open this file i have always ran the java file. But to run with more ram I assume i need to run the .bat file. Help?
I started with
java -Xms512M -Xmx1G -jar ftbserver.jar
Changed to
java -Xms1024M -Xmx1024M -jar ftbserver.jar
and now i get "error: unable to access jarfile ftbserver.jar"
on a side not I have never been able to to open this file i have always ran the java file. But to run with more ram I assume i need to run the .bat file. Help?