Warning: OS async I/O limit 128 is lower than.. in Alert log

1. For more details about how to tune ASYNC I/O for Raw disk partitions on HP_UX kindly refer,

Oracle Database Administrator's Reference
11g Release 1 (11.1) for Linux and UNIX-Based Operating Systems
Part Number B32009-05
Appendix B 'Administering Oracle Database on HP-UX'
section 'Asynchronous Input-Output'

For Oracle 10G,

http://download.oracle.com/docs/cd/B19306_01/server.102/b15658/appb_hpux.htm#i637036

For Oracle 11G,

http://download.oracle.com/docs/cd/B28359_01/server.111/b32009/appb_hpux.htm#i637036


NOTE : The above document can be given as an 'example' of what to check for HP. For other platforms, check the relevant section in the same doc OR refer back to the OS/hardware vendors for further guidance.


2. For File system to improve the performance,

Set disk_asynch_io = FALSE and increase the DB writer process.

Based upon the number of CPUs and the number of processor groups, Oracle either selects an
appropriate default setting for DB_WRITER_PROCESSES or adjusts a user-specified setting.

NOTE : Make sure dbwr_io_slaves set to 0.

Example for 4 CPU machine,

SQL>alter system set dbwr_io_slaves = 0 scope = spfile ;
SQL>alter system set db_writer_processes = 4 scope = spfile ;

Sometime the false Warning message will be displayed in alert log eventhough the DISK_AYNC_IO is set to FALSE.

Inorder to stop this Warning message we have to apply this Patch 8475825 which is available for most of the OS.

Reference Bug 8475825 - OS ASYNC I/O LIMIT 128 IS LOWER THAN RECOVERY BATCH 1024

3.On Redhat Linux 4 and 5 the recommended action is to raise the value of /proc/sys/fs/aio-max-nr.
eg: Set the value to 1048576 or higher.

============================

To set the value forSUSE linux:

In the file /etc/sysctl.conf , add the below entry:
fs.aio-max-nr=1048576

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/11134237/viewspace-684454/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/11134237/viewspace-684454/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值