From bcbb39f34576a6a8473aa8e1740ee867f5776627 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 6 Mar 2013 18:13:13 +0400 Subject: [PATCH] vm.overcommit_ratio = 70, vm.dirty_bytes = 1048576, vm.dirty_background_bytes = 1048576 --- sysctl.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysctl.conf b/sysctl.conf index 20bf763..2737202 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -31,6 +31,6 @@ vm.laptop_mode=5 vm.swappiness = 60 vm.vfs_cache_pressure = 1000 vm.overcommit_memory = 2 -vm.overcommit_ratio = 90 -vm.dirty_bytes = 2097152 -vm.dirty_background_bytes = 2097152 +vm.overcommit_ratio = 70 +vm.dirty_bytes = 1048576 +vm.dirty_background_bytes = 1048576