sysctl: powersave.conf added
This commit is contained in:
parent
295e34ad56
commit
fe686ff424
|
@ -16,9 +16,3 @@ vm.vfs_cache_pressure = 50
|
|||
#vm.dirty_ratio = 3
|
||||
# For old kernels <2.6.30 (default = 10)
|
||||
#vm.dirty_background_ratio = 3
|
||||
|
||||
# -- more 12309 tricks --
|
||||
# (default = 3000)
|
||||
vm.dirty_expire_centisecs = 1000
|
||||
# (default = 500)
|
||||
vm.dirty_writeback_centisecs = 200
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# (default = 3000)
|
||||
vm.dirty_expire_centisecs = 6000
|
||||
# (default = 500)
|
||||
vm.dirty_writeback_centisecs = 6000
|
Loading…
Reference in New Issue