Added vm.overcommit_ratio=100 to sysctl to use full memory capacity

This commit is contained in:
Daniel Winzen
2019-08-30 20:19:43 +02:00
parent 42ee1f65f7
commit df4c4275c7

View File

@ -6,4 +6,4 @@ 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