소스 검색

Merge pull request #12 from dukaev/ulimit-inc

Aslan Dukaev 5 년 전
부모
커밋
faeeb43c2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 bash ${WORKDIR}/boot_iptables.sh
 bash ${WORKDIR}/boot_ifconfig.sh
-ulimit -n 2048
+ulimit -n 10048
 service 3proxy start
 EOF