Skip to content

Commit

Permalink
Remove the swappiness parameter (#5987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuxiaozhen12 committed Jul 16, 2021
1 parent 5ab45ae commit 928eddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check-before-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 928eddf

Please sign in to comment.