I have been trying to host a small private server on my computer for myself and a few friends, I changed the .bat file to the following:
java -Xms1024M -Xmx2048M -jar ftbserver.jar
However, when the server window appears after launch it states that I am currently using 113 mb with 53% free. Does this mean that my server is not utilizing my allocated ram? Am I doing something incorrect?
I have 16gigs of ram so I would like to at least allocate 2 to FTB when its running.
I am not incredibly literate when it comes to these issues, so I do appreciate any help offered here.
java -Xms1024M -Xmx2048M -jar ftbserver.jar
However, when the server window appears after launch it states that I am currently using 113 mb with 53% free. Does this mean that my server is not utilizing my allocated ram? Am I doing something incorrect?
I have 16gigs of ram so I would like to at least allocate 2 to FTB when its running.
I am not incredibly literate when it comes to these issues, so I do appreciate any help offered here.