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"