* 추가로 vi /etc/sysctl.conf 에 설정해야하는 내용
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
저장후 /sbin/sysctl -p
* vi /etc/security/limits.conf 파일 수정 (리소스 리미트 관련설정 변경)
최하단에 추가한다.
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
oracle soft stack 10240
'핸디소프트 > 일일일~' 카테고리의 다른 글
dovecot 설치후 ./dovecot 실행이 안되는 경우 (0) | 2012.03.06 |
---|---|
fedora16 에서 현재 실행중인 서비스 확인 및 start & down (0) | 2012.03.06 |
fedora16 + oracle11gR2 설치시 중간 오류 발생 해결 (libnnz11.so: could not read symbols: Invalid operation) (0) | 2012.03.02 |
fedora16 에서 vsftpd 설치후 xinted 로 구동이 안되는 경우 (0) | 2012.03.02 |
서버상에서 svn 디렉토리 구조후 resync 까지 (0) | 2011.08.11 |