Duplicate :
|
|
Relates :
|
|
Relates :
|
Name: rmT116609 Date: 12/09/2003 A DESCRIPTION OF THE REQUEST : We have seen the Out of Memory error using the hot spot JVM. When this error is detected, only the "Out of Memory" message is print out. Here are the recommended action: 1. When "Out of Memory" is detected, in addition to print out "Out of Memory", please print out the entire stack. If there is an application issue exists, the stack will help us track the problem down. 2. The "Out of Memory" is triggered in our environment by a memory intensive operation, when this error is encountered, the memory associated with this operation was not collected. This results in all other less memory intensive operations to fail as well. JUSTIFICATION : This "Out of Memory" handling can help application team to identify where the cause of the problem is and to only punish the operation that requires a lot of memory when the free memory is low. EXPECTED VERSUS ACTUAL BEHAVIOR : EXPECTED - 1. When "Out of Memory" occurs, the stack for the failed allocation is printed. 2. When "Out of Memory" occurs, the memory allocated by the entire thread is clean up. ACTUAL - 1. When "Out of Memory" occurs, only "Out of Memory" is printed 2. When "Out of Memory" occurs, there are no actions to try to restore the JVM back to health. ---------- BEGIN SOURCE ---------- Any allocation program will do. Not application specific. ---------- END SOURCE ---------- (Incident Review ID: 229864) ======================================================================
|