Skip to content

Commit

Permalink
fix(talos): increase UDP buffer to 7500000 for QUIC/cloudflared
Browse files Browse the repository at this point in the history
  • Loading branch information
kireque committed Oct 5, 2024
1 parent 03a81e1 commit 827df3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/bootstrap/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,5 @@ controlPlane:
fs.inotify.max_queued_events: "65536"
fs.inotify.max_user_instances: "8192"
fs.inotify.max_user_watches: "524288"
net.core.rmem_max: "2500000"
net.core.wmem_max: "2500000"
net.core.rmem_max: "7500000"
net.core.wmem_max: "7500000"

0 comments on commit 827df3f

Please sign in to comment.