vm.swappiness = 10

This commit is contained in:
Kolan Sh 2013-04-04 00:53:50 +04:00
parent bcbb39f345
commit 7f3092e8aa

View File

@ -28,7 +28,7 @@ net.ipv4.tcp_timestamps = 0
net.ipv4.tcp_window_scaling = 0 net.ipv4.tcp_window_scaling = 0
vm.dirty_writeback_centisecs=6000 vm.dirty_writeback_centisecs=6000
vm.laptop_mode=5 vm.laptop_mode=5
vm.swappiness = 60 vm.swappiness = 10
vm.vfs_cache_pressure = 1000 vm.vfs_cache_pressure = 1000
vm.overcommit_memory = 2 vm.overcommit_memory = 2
vm.overcommit_ratio = 70 vm.overcommit_ratio = 70