A small research on Metalink, and I found note 1081977.1.
"...This event is set when the number of asynch descriptor reserved inside the OS kernel has to be readjusted..."That point to adjusting "/proc/sys/fs/aio-max-nr".
Running the following reduced the issue:
echo 4194304 > /proc/sys/fs/aio-max-nr
2 comments:
Younes,
Might you have observed such events when using Oracle 11g R2 on an MS Windows Server 2008 guest OS on VMware ESX v4?
In v$session, the following is occurring:
asynch descriptor resize
outstanding #aio
current aio limit
new aio limit
thanks,
Paul
No, but doing a quick search, I found this:
http://support.microsoft.com/kb/961719
That can cause this type of events in Oracle.
Post a Comment