YouHaveTrouble / minecraft-optimization

Minecraft server optimization guide
1.98k stars 90 forks source link

Cpu Scaling format, Timings perf + more #41

Closed BumbleTree closed 2 years ago

BumbleTree commented 2 years ago

Fixed my shoddy formatting of the CPU Scaling section.

Added section explaining timings effect on performance (Best practice to disable timings until its needed)

Updated Java section to represent 1.17 already being out.

Changed Mob Limits ambient to 1 from 0. I believe completely stopping a certain mob from spawning should not count as a good default value, Especially if SMP servers copy this value, the playerbase suddenly cannot access an entire mob

YouHaveTrouble commented 2 years ago

Timings should not have significant impact on server's performance unless you have issues much deeper (os level). Those are usually caused by OS having herrendously slow system clock access time. Timings should be on. It helps not having to explain how to turn them back on when someone asks for help.