diff options
-rw-r--r-- | mm/page-writeback.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page-writeback.c b/mm/page-writeback.c index f469e3cd08e8..a794945fd194 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c | |||
@@ -67,12 +67,12 @@ static inline long sync_writeback_pages(void) | |||
67 | /* | 67 | /* |
68 | * Start background writeback (via pdflush) at this percentage | 68 | * Start background writeback (via pdflush) at this percentage |
69 | */ | 69 | */ |
70 | int dirty_background_ratio = 10; | 70 | int dirty_background_ratio = 5; |
71 | 71 | ||
72 | /* | 72 | /* |
73 | * The generator of dirty data starts writeback at this percentage | 73 | * The generator of dirty data starts writeback at this percentage |
74 | */ | 74 | */ |
75 | int vm_dirty_ratio = 40; | 75 | int vm_dirty_ratio = 10; |
76 | 76 | ||
77 | /* | 77 | /* |
78 | * The interval between `kupdate'-style writebacks, in jiffies | 78 | * The interval between `kupdate'-style writebacks, in jiffies |