8년 전에 Solaris 1.X 에서 Brixton 이라는 SNA emulator를 쓴 적이 있는데 users 수가 늘어나자 계속 system이 PANIC 되더군요. 당시 Brixton사의 엔지니어와 통화하니 제일 먼저 File Decriptor를 확인해 보더군여.
값을 128로 늘여 주니 문제가 해결 되었읍니다. Solaris 2.X에는 왜 limit가 없나 했더니 ulimit란게 있더군요.
[ulimit usuage] Max size of data segment of heap (KB) % ulimit -d Max file size (512B block) % ulimit -f Max file descriptor Plus 1 % ulimit -n Max size of stack segment (KB) %.....
원문 링크 : File Decriptor 늘리기