Skip to content

Commit

Permalink
Remove the swappiness parameter (#5987) (#5989)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 16, 2021
1 parent 54926ad commit 4dabde3
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 @@ -597,7 +597,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 4dabde3

Please sign in to comment.