Ultima actualizare la
21 mai 2021
|
Se aplică și la Communiqué
Issue
In your instance log files, you have an out of memory error similar to the following:
13.03.2007 12:06:02 *ERROR* delivery: Unhandled Exception: javax.servlet.ServletException: PermGen space javax.servlet.ServletException: PermGen space ...
Solution
Increase the permgen space. For more information, see your JVM documentation. Usually, it's necessary to add the following parameter to your JVM parameters:
-XX:MaxPermSize
Additional information
This error can occur when the Java permanent generation block is full.