Changes
Page history
CoDel tweak
authored
Jul 25, 2021
by
Roland Alton
Show whitespace changes
Inline
Side-by-side
videobridge-installation.md
View page @
3199b411
...
...
@@ -128,6 +128,19 @@ net.ipv4.udp_mem = 764178 1018904 1528356
```
CoDel below not tested on all bridges, runs only on bridge2 as it comes with
`/etc/sysctl.d/30-peertube-tcp.conf`
```
# In a video server, we are often sending files to a client
# which can't accept it as fast as our local network connection
# could produce packets. To prevent packet loss and buffer bloat,
# it's especially important to use a modern CoDel scheduler which
# knows how to delay outgoing packets to match slower client links.
net.core.default_qdisc = fq_codel
net.ipv4.tcp_congestion_control = bbr
```
load with
`sysctl -p`
### Assign more memory to videobridges
...
...
...
...