Kaynağa Gözat

Update install

Aslan Dukaev 5 yıl önce
ebeveyn
işleme
558642c456
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      scripts/install.sh

+ 2 - 1
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 <<EOF
 bash ${WORKDIR}/boot_iptables.sh
 bash ${WORKDIR}/boot_ifconfig.sh
-ulimit -n 2048
+ulimit -n 65536
 service 3proxy start
 EOF