move sysctl documentation
This commit is contained in:
1
_toc.yml
1
_toc.yml
@@ -61,6 +61,7 @@ chapters:
|
||||
- file: admin-guide/configuration/basic/ntp_server
|
||||
- file: admin-guide/configuration/basic/configuration_email
|
||||
- file: admin-guide/configuration/basic/verbose_boot
|
||||
- file: admin-guide/configuration/basic/sysrc
|
||||
- file: admin-guide/configuration/basic/gssproxy_with_keytab
|
||||
- file: admin-guide/configuration/access
|
||||
sections:
|
||||
|
||||
17
admin-guide/configuration/basic/sysctl.md
Normal file
17
admin-guide/configuration/basic/sysctl.md
Normal 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/)
|
||||
@@ -1,18 +0,0 @@
|
||||
``sysctl``
|
||||
===========
|
||||
|
||||
This module configures ``sysctl``. Further information an examples can be
|
||||
found in the official page:
|
||||
|
||||
* https://forge.puppet.com/tpdownes/sysctl
|
||||
|
||||
The sysctl module is called automatically so is possible to do sysctl tuning
|
||||
by configuring properly hiera using the `sysctl::values` variable, eg.::
|
||||
|
||||
sysctl::values:
|
||||
net.ipv4.tcp_slow_start_after_idle:
|
||||
value: '0'
|
||||
net.core.rmem_max:
|
||||
value: '83886080'
|
||||
net.core.wmem_max:
|
||||
value: '83886080'
|
||||
Reference in New Issue
Block a user