请问如何增加系统的“hard file descriptor limit"啊??
用户的环境是 solaris8 + Sun one web server 6.0,最近出现了以下的错误:
warning ( 287: The server configuration may require more file descriptors than the operating system provides. If you encounter PR_PROC_DESC_TABLE_FULL_ERROR errors, you may wish to increase the operating system hard file descriptor limit from 4096 to 5763 .
从错误日志中查到需要增加" hard file descriptor limit",我大概了解了需要使用 ulimit 命令来做,但是一些文档中又说 solaris8 有自己的限制是 1024,请问高手该怎么办啊??怎么设置呢?? 谢谢!