-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase receive buffer size #65
Comments
I think something like this would solve it. https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ apiVersion: v1
kind: Pod
metadata:
name: sysctl-example
spec:
securityContext:
sysctls:
- name: net.core.rmem_max
value: "2500000"
... |
Here they refer to one of the net.core.* sysctls as unsafe and should be enabled per node by passing it to the kubelet argument list? Looks like it might not be that straightforward. Did doing the above manually on the deployment work for you? |
I get this warning when cloudflared starts
https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size
The text was updated successfully, but these errors were encountered: