Messaging Server를 업그레이드한 후에는 다음과 같이 ulimit를 설정하여 파일 설명자 수를 늘려야 합니다.
ulimit -n number_of_file_descriptors
예를 들면 다음과 같습니다.
ulimit -n 100000
업그레이드 절차에 대한 자세한 내용은 Sun Java Communications Suite 5 Upgrade Guide를 참조하십시오.