What do asynch descriptor resize wait events mean on an Oracle 11g database running on Windows 2008 R2? According to My Oracle Support, this event applies to any platform, but the description provided includes the following information in Doc ID 1081977.1:
This event is set when the number of asynch descriptor reserved inside the OS kernel has to be readjusted. It is signaled when the number of asynch I/O's submitted by a process has to be increased. The Linux kernel does not allow the limit to be increased when there are outstanding I/O's inside the kernel. Hence, all outstanding I/O's are reaped before the limit is increased. The wait to reap all the outstanding I/O's when the limit is increased uses this event. [Emphasis mine]
This isn't causing a significant problem on our systems, but it would be nice to know what it means on a Windows platform.
This seems similar to a comment on this blog post, particularly because it mentions Oracle 11g R2 with Windows 2008 and VMware. While this indicates that the problem isn't unique to our systems, it does not help identify the cause or possible solutions. The other comment about a Microsoft fix applies to Windows 2008 R1 rather than R2.