eygle.com   eygle.com
eygle.com  
 

« Using Create directory & UTL_FILE in Oracle | Blog首页 | The Usage Of BFILENAME Function »

Solaris Open File Limit

作者:eygle |【转载时请务必以超链接形式标明文章和作者信息及本声明
链接:
站内相关文章|Related Articles
Solaris操作系统具有打开文件数量的限制,数据库的db_files参数设置会受操作系统的参数限制。
Solaris使用两个参数来控制,可以通过在/etc/system文件中修改参数更改设置:

* set hard limit on file descriptors set rlim_fd_max = 4096 (or whatever) * set soft limit on file descriptors set rlim_fd_cur = 1024 (or whatever)

但是这些设置在32/64位平台下具有先天限制:

A 32-bit program using standard I/O is limited to 256 file descriptors。 A 64-bit program using standard I/O can use up to 2 billion descriptors。

具体可以参考:
Tunable Parameter Change History >> Kernel Parameters
也可以使用sysdef命令查看:

sysdef | grep descriptors

输出结果是16进制显示,第一个是soft limit, 第二个是hard limit:

# sysdef | grep descriptors 0x0000000000000100:0x0000000000001000 file descriptors

-----
这篇 【Solaris Open File Limit】来自 www.eygle.com | CSDN技术网摘| del.icio.us|365Key

By eygle on 2005-04-24 10:08 | Comments (0) | Posted to Unix&Linux | Edit |Pageviews:

相关文章 随机文章
Oracle10gR2中一些新特性
徒步上班的清晨
如何在SqlLoader中装载日期型的数据
使用RMAN进行快速Dataguard数据库创建
关于数据文件头信息记录
网上相关主题:
Google

留言 (0)

发表留言:



Remember Me?
(输入验证码后方可评论,谢谢支持)



CopyRight © 2004 eygle.com, All rights reserved.