hedgedoc: bump nfconntrack table size

This commit is contained in:
Sandro - 2022-11-03 20:13:00 +01:00
parent ebfaecd86b
commit 1448fae7a9
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
boot.kernel.sysctl = {
# table overflow causing packets from nginx to hedgedoc to drop
# nf_conntrack: nf_conntrack: table full, dropping packet
"net.netfilter.nf_conntrack_max" = "32768";
"net.netfilter.nf_conntrack_max" = "65536";
};
networking = {