Improve inode/dnode caching under memory pressure
This commit is contained in:
@ -6,4 +6,5 @@ net.core.somaxconn = 2048
|
|||||||
net.core.netdev_max_backlog = 5000
|
net.core.netdev_max_backlog = 5000
|
||||||
vm.swappiness=1
|
vm.swappiness=1
|
||||||
vm.dirty_ratio = 40
|
vm.dirty_ratio = 40
|
||||||
vm.overcommit_ratio=100
|
vm.overcommit_ratio = 100
|
||||||
|
vm.vfs_cache_pressure = 50
|
||||||
|
Reference in New Issue
Block a user