]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - support/doc/production.md
Suggest TCP/IP tuning to prevent buffer bloat + latency (#976)
authorMicah Elizabeth Scott <beth@scanlime.org>
Tue, 28 Aug 2018 07:29:29 +0000 (00:29 -0700)
committerChocobozzz <me@florianbigard.com>
Tue, 28 Aug 2018 07:29:29 +0000 (09:29 +0200)
commitf74c294a0d5e9f61f13d64f3f7c028b512431995
treecb346d79c6661c123af71e21c6c91002e3c0f95e
parent83b5fe9c5536ed11ef90bf821d38700607f39f82
Suggest TCP/IP tuning to prevent buffer bloat + latency (#976)

* Suggest TCP/IP CoDel and BBR congestion control in production guide

This seems to be helping lots on my server, where the default
(Debian 9) was to use FIFO queueing which would cause buffer bloat
and huge latency for clients on slower network links.
support/doc/production.md
support/sysctl.d/30-peertube-tcp.conf [new file with mode: 0644]