mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 04:02:06 -07:00
Improve Legacy Component serialization size
Don't constantly send format: false for all formatting options when parent already has it false Fixes #3680
This commit is contained in:
@@ -87,7 +87,9 @@ fi
|
||||
# JVM FLAGS
|
||||
#
|
||||
|
||||
cp "$jar" paper.jar
|
||||
if [ -f "$jar" ]; then
|
||||
cp "$jar" paper.jar
|
||||
fi
|
||||
baseargs="-server -Xms${PAPER_MIN_TEST_MEMORY:-512M} -Xmx${PAPER_TEST_MEMORY:-2G} -Dfile.encoding=UTF-8 -XX:MaxGCPauseMillis=150 -XX:+UseG1GC "
|
||||
baseargs="$baseargs -DIReallyKnowWhatIAmDoingISwear=1 "
|
||||
baseargs="$baseargs -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=60 "
|
||||
|
Reference in New Issue
Block a user