From 928eddf75c295a09d34759a358f749ac169f94bd Mon Sep 17 00:00:00 2001 From: Liuxiaozhen12 <82579298+Liuxiaozhen12@users.noreply.github.com> Date: Fri, 16 Jul 2021 16:29:33 +0800 Subject: [PATCH] Remove the swappiness parameter (#5987) --- check-before-deployment.md | 1 - 1 file changed, 1 deletion(-) diff --git a/check-before-deployment.md b/check-before-deployment.md index b231971fbd26..3fa071c58a27 100644 --- a/check-before-deployment.md +++ b/check-before-deployment.md @@ -598,7 +598,6 @@ Take the following steps to check the current operating system configuration and echo "net.ipv4.tcp_tw_recycle = 0">> /etc/sysctl.conf echo "net.ipv4.tcp_syncookies = 0">> /etc/sysctl.conf echo "vm.overcommit_memory = 1">> /etc/sysctl.conf - echo "vm.swappiness = 0">> /etc/sysctl.conf sysctl -p ```