From 0c5413171f4536272900d0d080063885e2192add Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 20 Jun 2021 00:42:24 +0300 Subject: [PATCH] sysctl.d: add 00-max-ipv6-route.conf --- etc/sysctl.d/00-max-ipv6-route.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/sysctl.d/00-max-ipv6-route.conf diff --git a/etc/sysctl.d/00-max-ipv6-route.conf b/etc/sysctl.d/00-max-ipv6-route.conf new file mode 100644 index 00000000..8e2866e6 --- /dev/null +++ b/etc/sysctl.d/00-max-ipv6-route.conf @@ -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