swapoff -a && swapon -a 关闭后又开启,用户容易误解 #5090
Labels
area/tiup
Indicates that the Issue or PR belongs to the area of the TiUP tool.
type/bugfix
This PR fixes a bug.
File: /check-before-deployment.md
echo "vm.swappiness = 0">> /etc/sysctl.conf
swapoff -a && swapon -a
sysctl -p
遇到好些个用户直接 copy 脚本执行,未看文章前头的说明,使得 swap 没被关闭,是否考虑把 && swapon -a 去掉呢?
或者追加 [...] 说明下
The text was updated successfully, but these errors were encountered: