ulimit -a
open files (-n) 1024
=>
open files (-n) 16000
open files 수를 늘리고 싶다.
/etc/security/limits.conf 파일 추가
soft nofile 16000
hard nofile 16000
hard nofile 16000
/etc/profile.d/krb5.sh 또는 /etc/profile 추가
ulimit -HSn 16000
'c or linux' 카테고리의 다른 글
rz/sz 사용하기 (lrzsz 사용) (0) | 2010.07.09 |
---|---|
cp /dev/null {filename}, cat /dev/null > {filename} 차이, 그리고, 빈 파일 생성 법 (0) | 2010.05.27 |
Sendfile 이해도 높이기 (0) | 2010.02.08 |
KQueue, Epoll (0) | 2010.02.08 |
리눅스에서 strace 페이지별로 (more기능과 유사) 보기 (0) | 2009.11.25 |