remove setting nf_conntrack_max in nodeup

This commit is contained in:
andrewsykim 2017-03-28 21:40:19 -04:00
parent 8ee736a485
commit c2e3717df2
1 changed files with 0 additions and 4 deletions

View File

@ -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",
"",
)
}