From c2e3717df24d9ab92142a23eb93175bcbd4dfb12 Mon Sep 17 00:00:00 2001 From: andrewsykim Date: Tue, 28 Mar 2017 21:40:19 -0400 Subject: [PATCH] remove setting nf_conntrack_max in nodeup --- nodeup/pkg/model/sysctls.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nodeup/pkg/model/sysctls.go b/nodeup/pkg/model/sysctls.go index 009b526c16..32e40c4b96 100644 --- a/nodeup/pkg/model/sysctls.go +++ b/nodeup/pkg/model/sysctls.go @@ -95,10 +95,6 @@ func (b *SysctlBuilder) Build(c *fi.ModelBuilderContext) error { "# Increase size of file handles and inode cache", "fs.file-max = 2097152", "", - - "# Increase size of conntrack table size to avoid poor iptables performance", - "net.netfilter.nf_conntrack_max = 1000000", - "", ) }