diff --git a/packages/sysutils/util-linux/init.d/32_swapfile b/packages/sysutils/util-linux/init.d/32_swapfile index 3e2b69338e..8a9d18c6d7 100644 --- a/packages/sysutils/util-linux/init.d/32_swapfile +++ b/packages/sysutils/util-linux/init.d/32_swapfile @@ -41,11 +41,6 @@ for i in $SWAP; do swapon -p 10000 $SWAP 2>&1 > /dev/null done - - if [ "$INSTALLED_MEMORY" -le "260000" ]; then - sysctl -w vm.swappiness=100 2>&1 > /dev/null - else - sysctl -w vm.swappiness=60 2>&1 > /dev/null - fi + sysctl -w vm.swappiness=1 2>&1 > /dev/null fi -)& \ No newline at end of file +)&