fix: WireGuard-Medienpfad auf kanonisches sysctl-Profil bringen
This commit is contained in:
parent
0999abd10d
commit
5fb6951583
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
# Default-Sysctl-Werte fuer Streaming-VMs.
|
# Default-Sysctl-Werte fuer Streaming-VMs und den WireGuard-Medienpfad.
|
||||||
# Pro Host/Gruppe ueberschreibbar via group_vars/host_vars (z.B. group_vars/vps).
|
# Pro Host/Gruppe ueberschreibbar via group_vars/host_vars (z.B. group_vars/vps).
|
||||||
sysctl_params:
|
sysctl_params:
|
||||||
- { key: net.core.rmem_default, value: "262144" }
|
- { key: net.core.rmem_default, value: "262144" }
|
||||||
|
|
@ -9,7 +9,9 @@ sysctl_params:
|
||||||
- { key: net.ipv4.tcp_rmem, value: "4096 87380 67108864" }
|
- { key: net.ipv4.tcp_rmem, value: "4096 87380 67108864" }
|
||||||
- { key: net.ipv4.tcp_wmem, value: "4096 65536 67108864" }
|
- { key: net.ipv4.tcp_wmem, value: "4096 65536 67108864" }
|
||||||
- { key: net.ipv4.tcp_window_scaling, value: "1" }
|
- { key: net.ipv4.tcp_window_scaling, value: "1" }
|
||||||
|
- { key: net.core.default_qdisc, value: "fq" }
|
||||||
- { key: net.ipv4.tcp_congestion_control, value: "bbr" }
|
- { key: net.ipv4.tcp_congestion_control, value: "bbr" }
|
||||||
|
- { key: net.ipv4.tcp_no_metrics_save, value: "0" }
|
||||||
- { key: net.ipv4.tcp_slow_start_after_idle, value: "0" }
|
- { key: net.ipv4.tcp_slow_start_after_idle, value: "0" }
|
||||||
- { key: net.ipv4.tcp_fastopen, value: "3" }
|
- { key: net.ipv4.tcp_fastopen, value: "3" }
|
||||||
- { key: net.core.netdev_max_backlog, value: "16384" }
|
- { key: net.core.netdev_max_backlog, value: "16384" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue