+ -
当前位置:首页 → 问答吧 → ERROR: File descriptor soft limit is 1024, but must be at lease 4096

ERROR: File descriptor soft limit is 1024, but must be at lease 4096

时间:2011-12-26

来源:互联网

我在安装Oracle EPM System 11.1.2时,在RedHat Enterprise Linux AS 4 上建了一个名叫essbase的用户,运行EPM安装程序时,报如下错误:
ERROR: File descriptor soft limit is 1024, but must be at lease 4096.Please increase the soft file descriptor limit and re-run the Hyperion Installation Utility(./installTool.sh).
我是个linux新手,请问哪位高手能告诉我这是什么错误呢?怎么改正,非常感谢!

作者: harbouryan   发布时间: 2011-12-26

用root修改/etc/security/limits.conf文件,在文件后面加上这两行试试:

essbase soft nofile 10000
essbase hard nofile 65536

作者: askandstudy   发布时间: 2011-12-26

成功了,非常感谢!

作者: harbouryan   发布时间: 2011-12-26

no thanks

作者: askandstudy   发布时间: 2011-12-26