move sysctl documentation

This commit is contained in:
2025-02-17 13:29:58 +01:00
parent 081e13f8a9
commit 2210e27cfd
3 changed files with 18 additions and 18 deletions

View File

@@ -0,0 +1,17 @@
sysctl
======
You may change individual sysctl values in Hiera with the hash `sysctl::values`:
```
sysctl::values:
net.ipv4.tcp_slow_start_after_idle:
value: '0'
net.core.rmem_max:
value: '83886080'
net.core.wmem_max:
value: '83886080'
```
[https://www.kernel.org/doc/Documentation/sysctl/](https://www.kernel.org/doc/Documentation/sysctl/)
[https://www.kernel.org/doc/Documentation/networking/](https://www.kernel.org/doc/Documentation/networking/)