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