]> git.proxmox.com Git - ksm-control-daemon.git/blob - debian/patches/adjust-ksm-slepp.diff
bump version to 1.5-1
[ksm-control-daemon.git] / debian / patches / adjust-ksm-slepp.diff
1 Index: new/ksmtuned
2 ===================================================================
3 --- new.orig/ksmtuned 2011-06-14 06:00:42.000000000 +0200
4 +++ new/ksmtuned 2011-06-14 06:01:01.000000000 +0200
5 @@ -37,7 +37,7 @@
6 KSM_NPAGES_MAX=${KSM_NPAGES_MAX:-1250}
7 # millisecond sleep between ksm scans for 16Gb server. Smaller servers sleep
8 # more, bigger sleep less.
9 -KSM_SLEEP_MSEC=${KSM_SLEEP_MSEC:-10}
10 +KSM_SLEEP_MSEC=${KSM_SLEEP_MSEC:-100}
11
12 KSM_THRES_COEF=${KSM_THRES_COEF:-20}
13 KSM_THRES_CONST=${KSM_THRES_CONST:-2048}
14 Index: new/ksmtuned.conf
15 ===================================================================
16 --- new.orig/ksmtuned.conf 2011-06-14 05:58:03.000000000 +0200
17 +++ new/ksmtuned.conf 2011-06-14 06:01:01.000000000 +0200
18 @@ -5,7 +5,7 @@
19
20 # Millisecond sleep between ksm scans for 16Gb server.
21 # Smaller servers sleep more, bigger sleep less.
22 -# KSM_SLEEP_MSEC=10
23 +# KSM_SLEEP_MSEC=100
24
25 # KSM_NPAGES_BOOST=300
26 # KSM_NPAGES_DECAY=-50