293355
From d5aea87c0bad95d5aa51a2ab3ff5d4e741cd856b Mon Sep 17 00:00:00 2001
293355
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad@redhat.com>
293355
Date: Tue, 7 Jan 2014 15:38:26 +0100
293355
Subject: [PATCH] throughput-performance: altered dirty ratios for better
293355
 performance
293355
MIME-Version: 1.0
293355
Content-Type: text/plain; charset=UTF-8
293355
Content-Transfer-Encoding: 8bit
293355
293355
Resolves: rhbz#1043533
293355
293355
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
293355
---
293355
 profiles/throughput-performance/tuned.conf | 4 ++--
293355
 1 file changed, 2 insertions(+), 2 deletions(-)
293355
293355
diff --git a/profiles/throughput-performance/tuned.conf b/profiles/throughput-performance/tuned.conf
293355
index e6a0551..dae02dc 100644
293355
--- a/profiles/throughput-performance/tuned.conf
293355
+++ b/profiles/throughput-performance/tuned.conf
293355
@@ -35,11 +35,11 @@ kernel.sched_wakeup_granularity_ns = 15000000
293355
 #
293355
 # The generator of dirty data starts writeback at this percentage (system default
293355
 # is 20%)
293355
-vm.dirty_ratio = 10
293355
+vm.dirty_ratio = 40
293355
 
293355
 # Start background writeback (via writeback threads) at this percentage (system
293355
 # default is 10%)
293355
-vm.dirty_background_ratio = 3
293355
+vm.dirty_background_ratio = 10
293355
 
293355
 # PID allocation wrap value.  When the kernel's next PID value
293355
 # reaches this value, it wraps back to a minimum PID value.
293355
-- 
293355
1.8.4.2
293355