Andrew Atwood created NIFI-8686:
-----------------------------------
Summary: update administration guide with time_wait setting for
kernel 3
Key: NIFI-8686
URL: https://issues.apache.org/jira/browse/NIFI-8686
Project: Apache NiFi
Issue Type: Improvement
Components: Documentation & Website
Reporter: Andrew Atwood
the administration guide has below line to set how long sockets stay in a
TIMED_WAIT state when closed:
sudo sysctl -w net.ipv4.netfilter.ip_conntrack_tcp_timeout_time_wait="1"
That is for kernel 2.6. For kernel 3, the property is:
net.netfilter.nf_conntrack_tcp_timeout_time_wait
I believe the value should still be "1"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)