chore: Switch from sysctl.conf to separate files in sysctl.d

This commit is contained in:
Kyle Gospodnetich 2023-06-27 23:37:25 -07:00
parent d1e79091c9
commit 74a1ba4907
6 changed files with 6 additions and 9 deletions

View File

@ -1,4 +0,0 @@
vm.page-cluster=0
vm.max_map_count=1048576
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr

View File

@ -0,0 +1 @@
vm.page-cluster=0

View File

@ -1,5 +0,0 @@
vm.page-cluster=0
vm.swappiness=35
vm.max_map_count=1048576
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr

View File

@ -0,0 +1,2 @@
vm.page-cluster=0
vm.swappiness=35

View File

@ -0,0 +1 @@
vm.max_map_count=1048576

View File

@ -0,0 +1,2 @@
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr