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
Right, so I just added nogui to my java server startup.. CPU ussage in task manager was usually 65 - 70% even when no one was on, now even when people are on it tops out at 30%?! that is madness! not complaining mind you,
And now people might learn why I have been so heavily suggesting my modified startup script on Reddit and on these forums. Basically there is no gui with graphics and information that needs to be updated in real time, instead it justs spits the console output into a simple command prompt or terminal depending on if your running a Unix system.
Its just "java -server -Xms1G -Xmx1G -jar ftbserver.jar nogui"
Everything inside the brackets is what I use, just replace the 1's with how many gigs of memory your server should use, and make sure to give your OS at least 1 gig.