ulimit -a
open files                      (-n) 1024
=>
open files                      (-n) 16000
open files 수를 늘리고 싶다.




/etc/security/limits.conf 파일 추가
soft nofile 16000
hard nofile 16000

/etc/profile.d/krb5.sh 또는 /etc/profile 추가
ulimit -HSn 16000


Posted by '김용환'
,