Paper/scripts
Aikar e6faa36eb9
Cache DataFixerUpper Rewrite Rules on demand
Mojang precaches every single potential rewrite rule that could ever
exist on server startup. This includes rules from all the way back to versions from 6+ years ago.

This is the source of why the server hogs every CPU core at 100% every start.

For anyone who hard resets for updates or has force upgraded their entire world, this
results in completely wasted cpu cycles.

This massive CPU usage also delays server startup time.

We improve this by making "min version to precache" that defaults to a future version
so that no rewrite rules are precached.

someone who expects to be converting a lot chunks could theoretically set
-DPaper.minPrecachedDatafixVersion=<dataVersionConvertingFrom> as a startup
parameter and only build from that point on.

However this will likely never be needed as the server will still run
the same cache logic on demand when it's actually needed. The only
cost would be some delay on the FIRST chunk conversion, but paper already
runs chunk conversions on another thread so this will likely never be
a concern for TPS.

This patch will significantly reduce CPU use on startup, reduce memory usage,
and improve server startup time.
2020-09-12 17:56:00 -04:00
..
pre-source-patches Move presource patches out of work/ 2019-06-16 14:34:36 -05:00
apatch.sh Try and make zsh complain less 2018-10-24 12:36:37 -04:00
applyPatches.sh Initial prep for 1.16 2020-06-24 04:41:14 -04:00
build.sh Properly forward exit 1 code from the paper root command 2018-07-30 17:37:24 -04:00
checkoutpr.sh 1.16.2 Release (#4123) 2020-08-24 22:40:19 -04:00
decompile.sh Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
functions.sh Handle gpg signing better (#1123) 2018-05-24 13:41:50 -05:00
importmcdev.sh Cache DataFixerUpper Rewrite Rules on demand 2020-09-12 17:56:00 -04:00
init.sh [CI-SKIP] The wheel in the sky keeps on turning 2019-08-10 10:04:10 -05:00
makemcdevsrc.sh Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
paperclip.sh Properly forward exit 1 code from the paper root command 2018-07-30 17:37:24 -04:00
rebuildPatches.sh 1.16.1 prep 2020-06-24 22:00:02 -04:00
remap.sh install remapped server jar to paper package space 2020-09-01 23:20:58 +01:00
requireDeps.sh 1.16.2 Release (#4123) 2020-08-24 22:40:19 -04:00
testServer.sh prevent path space splitting in testServer.sh (#4007) 2020-07-27 23:05:37 -04:00
upstreamCommit.sh [CI-SKIP] Add script to commit upstream changelogs 2018-08-05 21:31:40 -04:00
upstreamMerge.sh Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:09:17 -04:00