참고글 및 문제해결/문제해결
PRVF-4353 Proper soft limit for resource 부분제한 문제
에몽이ㅋ
2012. 5. 6. 20:32
발생환경
Solaris10, oracle11g, GRID 설치중 발생
# ulimit -n
실행시켜보시고 1024보다 적으면
# vi /etc/system에
# Hard limit on file descriptors for single process
set rlim_fd_max = 4096
# Soft limit on the file descriptors for a single process
set rlim_fd_cur = 1024
내용을 추가한 후 재부팅해주세요.
그래도 안된다면 http://serverfault.com/questions/21417/how-to-set-ulimits-in-solaris-10 참조해보세요.