This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/sysctl.d/99-nc-kernel.conf
T
2022-07-06 13:20:54 +02:00

8 lines
216 B
Plaintext

vm.dirty_background_ratio = 5
vm.dirty_ratio = 10
kernel.watchdog_thresh = 20
net.core.rmem_max = 67108864
net.core.wmem_max = 67108864
net.ipv4.tcp_rmem = 4096 87380 33554432
net.ipv4.tcp_wmem = 4096 65536 33554432