bug fix on swappinness to 10 for Galera
This commit is contained in:
parent
21af94158d
commit
dc7ffb01dc
1 changed files with 1 additions and 1 deletions
|
@ -1465,7 +1465,7 @@ sub get_kernel_info {
|
||||||
badprint
|
badprint
|
||||||
"Swappiness is > 10, please consider having a value lower than 10";
|
"Swappiness is > 10, please consider having a value lower than 10";
|
||||||
push @generalrec, "setup swappiness lower or equals to 10";
|
push @generalrec, "setup swappiness lower or equals to 10";
|
||||||
push @adjvars, 'vm.swappiness <= 10 (echo 0 > /proc/sys/vm/swappiness)';
|
push @adjvars, 'vm.swappiness <= 10 (echo 10 > /proc/sys/vm/swappiness)';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
infoprint "Swappiness is < 10.";
|
infoprint "Swappiness is < 10.";
|
||||||
|
|
Loading…
Reference in a new issue