Most effective start script FTP Ultimate on a server?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

sismojack

New Member
Jul 29, 2019
8
0
1
Hi

I was looking at the script that start my server and I am feeling I could make it more powerful if I tweak it a little bit but I do not know mutch about how to use those command and what I should add or remove. Could someone help me with that. I am running on a Windows Server 2008 R2 with Java 64 bits, 12go of ram, 2 Xeon 3.2 Ghz and a raid 1 of 2 iSCSI 300Go. The server is dedicated to minecraft so I would like to use 100% to the power of this machine. Thanks to anyone who could help.
 

slowsis

New Member
Jul 29, 2019
3
0
0
Try this in your .bat file

java -Xms512m -Xmx10g -jar ftbserver.jar nogui

That will use most but not all of your RAM.....its good to leave a little free, or so I've been told.
 

sismojack

New Member
Jul 29, 2019
8
0
1
Its exactly what I have now but the game is still lagging when all the player are online and we are only 5. Is there a way to maybe multi-thread the game or is it already because I see that the application is only using one core?
 

MaouKami

New Member
Jul 29, 2019
11
0
0
I have been using them together without any problems :).
So yes you can.

Though i only tried it on ultimate 1.0.1 1.0.2 and 1.1.0
 

DZCreeper

New Member
Jul 29, 2019
1,469
0
1
Try making your Xms and Xmx the same number, it can help prevent small lag spikes when the server RAM usage jumps.