|
原帖由 tolywang 于 2008-1-8 17:43 发表 ![]()
oracle hard nofile 65535
oracle soft nofile 65535
oracle hard nproc 16384
oracle soft nproc 16384
这里的hard, soft 意思是 ? nproc 设置的大小和 oracle的参数process有关系 ? 必须大于参数process就可以了吧 ?
正在研究中 ....
这两个参数是对linux帐户可以使用的进程数和打开的文件数的设置限制
soft是软限制 ,用户可以超过这个设置的值,但一定不能超过hard 的值 。 一般soft比hard小。
hard是硬限制 |
|