Too many open files in system 라는 메시지가 뜨면서 telnet이 끊기는 현상 발생..

file-max값을 늘려주어야 합니다.

[root@moweb1 ~]# sysctl -a | grep file
fs.file-max = 100000
fs.file-nr = 1035 0 100000
[root@moweb1 ~]# sysctl -w fs.file-max=206015
fs.file-max = 206015
You have new mail in /var/spool/mail/root
[root@moweb1 ~]# sysctl -a | grep file
fs.file-max = 206015
fs.file-nr = 1095 0 206015

Comments

Powered by Facebook Comments

댓글 남기기

당신의 이메일은 공개되지 않습니다. 필수 입력창은 * 로 표시되어 있습니다.

*

다음의 HTML 태그와 속성을 사용할 수 있습니다: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>