From 0afe4049e1d1fc12a195a2f5a6acfbed2947da70 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 24 Apr 2015 08:21:05 +1000 Subject: [PATCH] Fix swapiness sysctl set Silly me copy-pasted the command incorrectly for change I09974be88cc590cf9ffbd16db58c19131c9532aa; it needs an "=" in there Change-Id: Icd853c670dfd9bd067f472203b38dd258d90e8ba --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 19774e68..b9199825 100644 --- a/functions.sh +++ b/functions.sh @@ -284,7 +284,7 @@ function fix_disk_layout { # # This sets swappiness low; we really don't want to be relying on # cloud I/O based swap during our runs - sudo sysctl -w vm.swappiness 10 + sudo sysctl -w vm.swappiness=10 } # Set up a project in accordance with the future state proposed by