Magellan Linux

Annotation of /trunk/kernel26-magellan/patches-2.6.16-r3/0015-2.6.16-pdflush-tweaks.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 70 - (hide annotations) (download)
Thu May 11 19:09:22 2006 UTC (18 years ago) by niro
File size: 981 byte(s)
import

1 niro 70 mm/page-writeback.c | 6 +++---
2     1 files changed, 3 insertions(+), 3 deletions(-)
3    
4     Index: linux-2.6.16-ck1/mm/page-writeback.c
5     ===================================================================
6     --- linux-2.6.16-ck1.orig/mm/page-writeback.c 2006-03-20 20:46:25.000000000 +1100
7     +++ linux-2.6.16-ck1/mm/page-writeback.c 2006-03-20 20:46:53.000000000 +1100
8     @@ -69,18 +69,18 @@ int dirty_background_ratio = 10;
9     /*
10     * The generator of dirty data starts writeback at this percentage
11     */
12     -int vm_dirty_ratio = 40;
13     +int vm_dirty_ratio = 33;
14    
15     /*
16     * The interval between `kupdate'-style writebacks, in centiseconds
17     * (hundredths of a second)
18     */
19     -int dirty_writeback_centisecs = 5 * 100;
20     +int dirty_writeback_centisecs = 3 * 100;
21    
22     /*
23     * The longest number of centiseconds for which data is allowed to remain dirty
24     */
25     -int dirty_expire_centisecs = 30 * 100;
26     +int dirty_expire_centisecs = 15 * 100;
27    
28     /*
29     * Flag that makes the machine dump writes/reads and block dirtyings.