From d51ea54ab904c45c2dfa4aabafdc5c33a09b09d3 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 16 Apr 2021 00:12:29 +0900 Subject: [PATCH] Add production FreeBSD tuning parameters to increase network buffers --- production/sysctl.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 production/sysctl.conf diff --git a/production/sysctl.conf b/production/sysctl.conf new file mode 100644 index 000000000..8d1fd9c96 --- /dev/null +++ b/production/sysctl.conf @@ -0,0 +1,2 @@ +net.inet.tcp.fast_finwait2_recycle=1 +kern.ipc.soacceptqueue=1024