From f46c9d05477f93f31e3c5ee1c24637f4adde743c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 3 Jan 2013 17:03:43 +0100 Subject: [PATCH] profiles: removed the nobarrier from the virtual-guest profile resolves: #886956 --- tune-profiles/virtual-guest/ktune.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tune-profiles/virtual-guest/ktune.sh b/tune-profiles/virtual-guest/ktune.sh index 8106cf2..f562ae3 100755 --- a/tune-profiles/virtual-guest/ktune.sh +++ b/tune-profiles/virtual-guest/ktune.sh @@ -5,7 +5,6 @@ start() { set_cpu_governor performance set_transparent_hugepages always - disable_disk_barriers multiply_disk_readahead 4 return 0 @@ -14,7 +13,6 @@ start() { stop() { restore_cpu_governor restore_transparent_hugepages - enable_disk_barriers multiply_disk_readahead 0.25 return 0