Parcourir la source

Increase ulimit

Aslan Dukaev il y a 5 ans
Parent
commit
bed0f96d86
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      scripts/install.sh

+ 1 - 1
scripts/install.sh

@@ -109,7 +109,7 @@ gen_3proxy >/usr/local/etc/3proxy/3proxy.cfg
 cat >>/etc/rc.local <<EOF
 cat >>/etc/rc.local <<EOF
 bash ${WORKDIR}/boot_iptables.sh
 bash ${WORKDIR}/boot_iptables.sh
 bash ${WORKDIR}/boot_ifconfig.sh
 bash ${WORKDIR}/boot_ifconfig.sh
-ulimit -n 2048
+ulimit -n 10048
 service 3proxy start
 service 3proxy start
 EOF
 EOF