enable CAKE for the new update server

This wasn't initially enabled because we were concerned about a
potential bottleneck due to CAKE being single threaded. We expect the
Ryzen 9950X will be more than powerful enough for CAKE at 25Gbps and it
does appear to help substantially compared to fq_codel with maintaining
high throughput across problematic connections especially when combined
with BBR which we'll likely switch to for congestion control across the
servers, especially with BBRv3 on the horizon.
This commit is contained in:
Daniel Micay 2025-04-03 15:38:14 -04:00
parent 46395cc4e5
commit fd31471ae3

View file

@ -23,7 +23,7 @@ PreferredSource=2a14:3f87:6920:250::100
[DHCP]
UseMTU=true
#[CAKE]
#Bandwidth=25000M
#PriorityQueueingPreset=besteffort
#SplitGSO=false
[CAKE]
Bandwidth=25000M
PriorityQueueingPreset=besteffort
SplitGSO=false