From 834b5bfa0987d2ef514ccfd02b46b38ccdd65c5e Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Tue, 30 Nov 2021 21:19:39 +0100 Subject: [PATCH] cpu scaling is really debatable generally just increases power usage for no reason --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 693d1f5..8322233 100644 --- a/README.md +++ b/README.md @@ -489,15 +489,6 @@ If this option is greater that `0`, players above the set y level will be damage Your garbage collector can be configured to reduce lag spikes caused by big garbage collector tasks. You can find startup flags optimized for Minecraft servers [here](https://mcflags.emc.gs/) [`SOG`]. Keep in mind that this recommendation will not work on alternative jvm implementations. -# Linux CPU scaling -Some hosts might ship machines running in "PowerSave" mode. This can result in nearly 25% lower clock speeds and thus vastly lower single threaded performance. This can lead to severly worse performance than setting the CPU scaling to performance mode. Please note that this might be unavailable for VPS. - -For Debian / Ubuntu - -`cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor` Shows the CPU's performance profile. - -`echo "performance" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor` Sets profile to performance. - # "Too good to be true" plugins ## Plugins removing ground items