The JVM is taking too long to perform Garbage Collections. Check the Garbage Collection detail and history panels for Global Garbage Collections.
This could be because the maximum heap size is too small. Check the value of the -mx java command line option which sets the maximum heap size.
If it is already set as high as possible, then it could indicate that the application has a memory leak.
|