From 08dfb32a78fc50715eb15d33143cdc916b3bddcc Mon Sep 17 00:00:00 2001 From: Patrick O'Grady Date: Fri, 18 Sep 2020 08:05:47 -0700 Subject: [PATCH] Add warning for tcp_tw_recycle --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2438144..5743f02 100644 --- a/README.md +++ b/README.md @@ -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`.