From ff47b4e9be8113b4ba05d6f2afee3db6904bc10f Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Wed, 11 Feb 2015 16:47:20 -0600 Subject: [PATCH 105/114] vmstats: wakeups Author: Arjan van de Ven Signed-off-by: Miguel Bernal Marin --- mm/vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/vmstat.c b/mm/vmstat.c index 7c28df36f50f..efe1b6797139 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -1549,7 +1549,7 @@ static const struct file_operations proc_vmstat_file_operations = { #ifdef CONFIG_SMP static struct workqueue_struct *vmstat_wq; static DEFINE_PER_CPU(struct delayed_work, vmstat_work); -int sysctl_stat_interval __read_mostly = HZ; +int sysctl_stat_interval __read_mostly = 8 * HZ; #ifdef CONFIG_PROC_FS static void refresh_vm_stats(struct work_struct *work) -- 2.11.1