From a3f04287df7cbda343a763e0e9ddd8101de77b57 Mon Sep 17 00:00:00 2001 From: Aslan Dukaev Date: Tue, 31 Mar 2020 07:10:35 +0300 Subject: [PATCH 1/3] Add stacksize --- scripts/3proxy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/3proxy.sh b/scripts/3proxy.sh index 670ea9c..ec21384 100644 --- a/scripts/3proxy.sh +++ b/scripts/3proxy.sh @@ -20,6 +20,7 @@ nscache 65536 timeouts 1 5 30 60 180 1800 15 60 setgid 65535 setuid 65535 +stacksize 262144 flush auth strong From be7c67c90402a455d4faa4340edf0ddbc4b52a75 Mon Sep 17 00:00:00 2001 From: Aslan Dukaev Date: Tue, 31 Mar 2020 07:12:51 +0300 Subject: [PATCH 2/3] Increase ulimit --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index 8558af8..7332f9f 100644 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -29,7 +29,7 @@ gen_3proxy >/usr/local/etc/3proxy/3proxy.cfg cat >>/etc/rc.local < Date: Tue, 31 Mar 2020 07:17:51 +0300 Subject: [PATCH 3/3] Update install --- scripts/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index c5b0358..d8b0315 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,6 +33,7 @@ nscache 65536 timeouts 1 5 30 60 180 1800 15 60 setgid 65535 setuid 65535 +stacksize 262144 flush auth strong @@ -109,7 +110,7 @@ gen_3proxy >/usr/local/etc/3proxy/3proxy.cfg cat >>/etc/rc.local <