Server Startup .bat

  • 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

Viperidae

New Member
Jul 29, 2019
18
0
0
Hi guys!
I'm currently running a server with about 230 mods. My server startup .bat has the following configuration:

java -Xms8192m -Xmx8192m -XX:permSize=2048m -jar Forge.jar nogui
pause

What I'd like for you guys to tell me is if I need to change or add something to it in order to improve the server performance, or even the startup time. Can you please help me?
Thank you!
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
Depends on the modpack, server jar, what you want to add. However you can't make any noticeable difference in boot time with JVM arguments.