From 827df3fa49fe6301a6af3d29873094b5e5e86c1c Mon Sep 17 00:00:00 2001 From: Kireque <5346530+kireque@users.noreply.github.com> Date: Sat, 5 Oct 2024 21:08:30 +0200 Subject: [PATCH] fix(talos): increase UDP buffer to 7500000 for QUIC/cloudflared --- kubernetes/main/bootstrap/talos/talconfig.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/main/bootstrap/talos/talconfig.yaml b/kubernetes/main/bootstrap/talos/talconfig.yaml index ff93d4c0a..6d0a87831 100644 --- a/kubernetes/main/bootstrap/talos/talconfig.yaml +++ b/kubernetes/main/bootstrap/talos/talconfig.yaml @@ -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"