Replies: 1 comment 1 reply
-
|
I don't think Talos ever had this specifically overwritten from kernel defaults, but you can use sysctl values to update it: https://www.kernel.org/doc/Documentation/networking/nf_conntrack-sysctl.rst |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
After recently upgrading Talos Linux from
1.84 -> 1.9.6 -> 1.10.7, it seems thenf_conntrack_entries_limitvalue is somehow capped at262144when it was over 12M previously. The result of this is I am seeingnf_conntrack: nf_conntrack: table full, dropping packetin kernel logs.Did something change between 1.8.4 and 1.10.7 that changes how this limit is determined? Is there an easy way to override it? The only thing I've found so far is building a custom image using the image factory with kernel parameters (e.g.
net.netfilter.nf_conntrack_max = 1048576) but I haven't tested this yet.Thanks,
Aaron
Beta Was this translation helpful? Give feedback.
All reactions