173 번 글: [Linux] file-max |
글쓴이: 산이
[홈페이지]
|
글쓴날: 2007년 07월 27일 00:09:25 금(새벽) |
조회: 3484 |
-- /etc/sysctl.conf ---------------------------
## 아래 내용을 첫 주석 다음에 추가
##
## 512M -> 32768
## 1G -> 65536
## 2G -> 131072
## 4G -> 262144
fs.file-max = 65536
--------------------------------------------
적용하기
shell> sysctl -p
(재부팅할 필요 없음)
확인
shell> cat /proc/sys/fs/file-max
또는
shell> cat /proc/sys/fs/file-nr
그리고
-- /etc/security/limits.conf ------------------
## 맨아래에 아래 내용 추가
* soft nproc 16384
* hard nproc 16384
* soft nofile 16384
* hard nofile 16384
-------------------------------------------
|
이전글 : [Windows XP] 주소 표시줄과 씨름
다음글 : [Linux] Linux 커널 2.4 FD 패치
|
from 211.212.249.68
JS(Redhands)Board 0.4 +@
|