An attempt to secure an I/O thread buffer failed. Buffer type = aa....aa, requested size = bb....bb, available heap size = cc....cc, maximum heap size = dd....dd
- aa....aa: Type of buffer to be secured
API: API trace I/O buffer
MDL: Module trace I/O buffer
bb....bb: Size to be secured (KB)
cc....cc: Size of available JavaVM heap (KB)
dd....dd: Maximum size of JavaVM heap (KB) - Description:
- An I/O thread buffer could not be secured because of insufficient memory.
- System processing:
- Resumes processing.
- Action to take:
- Revise the size of the I/O thread buffer or the size of the JavaVM heap.