From 7f3092e8aa98b7eb77b998ebbf408e40ad814926 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Thu, 4 Apr 2013 00:53:50 +0400 Subject: [PATCH] vm.swappiness = 10 --- sysctl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysctl.conf b/sysctl.conf index 2737202..9876987 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -28,7 +28,7 @@ net.ipv4.tcp_timestamps = 0 net.ipv4.tcp_window_scaling = 0 vm.dirty_writeback_centisecs=6000 vm.laptop_mode=5 -vm.swappiness = 60 +vm.swappiness = 10 vm.vfs_cache_pressure = 1000 vm.overcommit_memory = 2 vm.overcommit_ratio = 70