An attempt to secure a processing thread buffer failed. Buffer type = aa....aa, requested size = bb....bb, available heap size = cc....cc, maximum heap size = dd....dd, thread name = ee....ee, maintenance information = ff....ff
- aa....aa: Type of buffer to be secured
API: API trace buffer
MDL: Module trace buffer
bb....bb: Size to be secured (KB)
cc....cc: Size of available JavaVM heap (KB)
dd....dd: Maximum size of JavaVM heap (KB)
ee....ee: Thread that could not secure buffer
ff....ff: Maintenance information - Description:
- A processing thread buffer could not be secured because of insufficient memory.
- System processing:
- Resumes processing.
- Action to take:
- Revise the size of the processing thread buffer or the size of the JavaVM heap.