Add warning for tcp_tw_recycle

This commit is contained in:
Patrick O'Grady 2020-09-18 08:05:47 -07:00
parent 999edefb63
commit 08dfb32a78
No known key found for this signature in database
GPG key ID: 8DE11C985C0C8D85

View file

@ -61,6 +61,9 @@ sysctl -w net.ipv4.tcp_max_syn_backlog=10000
sysctl -w net.core.somaxconn=10000 sysctl -w net.core.somaxconn=10000
sysctl -p (when done) sysctl -p (when done)
``` ```
_We have not tested `rosetta-bitcoin` with `net.ipv4.tcp_tw_recycle` and do not recommend
enabling it._
You should also modify your open file settings to `100000`. This can be done on a linux-based OS You should also modify your open file settings to `100000`. This can be done on a linux-based OS
with the command: `ulimit -n 100000`. with the command: `ulimit -n 100000`.