sysctl.d: add 00-max-ipv6-route.conf

This commit is contained in:
Aminda Suomalainen 2021-06-20 00:42:24 +03:00
parent 1c0073920a
commit 0c5413171f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# I am not sure what this does exactly, this is in response to log prompt
# kernel: Route cache is full: consider increasing sysctl net.ipv6.route.max_size.
# This seems to be somewhat common issue and I have copied the number from
# 00-quic-go-udp-receive-buffer.conf which links the source
# https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size
net.ipv6.route.max_size = 2500000