Server optimization and Cannon settings

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

GeezerGamer

Feedback score
0
Posts
2
Reactions
0
Resources
0
ItsHoney I have not. From what I know from Paper dev docs it is more than capable but I need someone who can figure out why it does not work and what is causing the lag.
 

ItsHoney

Premium
Feedback score
8
Posts
189
Reactions
35
Resources
0
ItsHoney I have not. From what I know from Paper dev docs it is more than capable but I need someone who can figure out why it does not work and what is causing the lag.

Okay, I'm not an expert on this matter so sadly I cannot help you much with this, but here's a link maybe you can try tweaking some settings yourself to see if it improves anything.
https://www.spigotmc.org/threads/gu...remove-lag-fix-tps-improve-performance.21726/

also take a look at this,
https://www.spigotmc.org/threads/guide-server-optimization⚡.283181/
 
Last edited:

Jordan.

Supreme
Feedback score
11
Posts
44
Reactions
18
Resources
0
For 1.9.4 Paper for Factions
Server is running 6 cores and 16gb of ram but presently has TPS of 19.83 with 13 people on.
Paying customer...Not asking for freebies.
You can use custom startup parameters to speed up the server - I use them myself for my own network.
Code:
@echo off
java -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=50 -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -Dfile.encoding=UTF-8 -Xms16384M -Xmx16384M -jar <jarname>.jar
pause
~ Emissions
 

Jordan.

Supreme
Feedback score
11
Posts
44
Reactions
18
Resources
0
I'm 110% certain those startup parameters will not alter the TPS or make it any better than it already is.

I would recommend getting a cannon jar with the neccasary optimizations that a faction server would need.
There are a few main options you can choose from really:

- Bestles Jar (Mainly for larger networks $2,000 +)
- BeerSpigot (https://www.mc-market.org/resources/5376/ - This is perfect for budget factions servers with a smaller playerbase)
I have experimented with a lot of different startup parameters, especially due to my old Prison server averaging 20 players all taking out 8x8x8 areas every block they mine. We were hitting 16TPS averagely. After I introduced startup parameters, we rose to 19.5 TPS. It makes the processing more aggressive and takes advantage of more cores.
~ Emissions
 

Jordan.

Supreme
Feedback score
11
Posts
44
Reactions
18
Resources
0
Please notice that the thread creator is talking about cannoning optimizations, this is not prison related.

All those startup parameters will do is alter the amount of ram used on server startup, and how much you have allocated.
I see, you're right. It's always worth a try with the parameters, but yes, a custom .jar would help.
~ Emissions
 
Status
This thread has been locked.
Top