Memory has become insufficient. Available heap size = aa....aa, maximum heap size = bb....bb
- aa....aa: Size of available JavaVM heap (KB)
bb....bb: Maximum size of JavaVM heap (KB) - Description:
- Processing cannot continue because of insufficient memory.
- System processing:
- Suspends processing, and then stops JavaVM.
- Action to take:
- Specify a value larger than the displayed heap size, and then start JavaVM.