Skip to content

Commit

Permalink
README.md [Errno 24] Too many open files
Browse files Browse the repository at this point in the history
  • Loading branch information
mengskysama committed Sep 18, 2014
1 parent 1f05b37 commit a5ddc32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ PHP Eg:
socket_sendto($sock, $msg, $len, 0, MANAGE_BIND_IP, MANAGE_PORT);
socket_close($sock);

NOTICE
------------------
If error such like `2014-09-18 09:02:37 ERROR [Errno 24] Too many open files`

edit /etc/security/limits.conf

Add:

* soft nofile 8192
* hard nofile 65535

shadowsocks
===========

Expand Down

0 comments on commit a5ddc32

Please sign in to comment.