Add warning for tcp_tw_recycle
This commit is contained in:
parent
999edefb63
commit
08dfb32a78
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ sysctl -w net.ipv4.tcp_max_syn_backlog=10000
|
|||
sysctl -w net.core.somaxconn=10000
|
||||
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
|
||||
with the command: `ulimit -n 100000`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue