Encountering an app server PermGen errors after multiple deployments
java.lang.OutOfMemoryError: PermGen space (java.sql.SQLException)
답변 1개
You can edit the wrapper.conf file and update the below to more memory
-XX:MaxPermSize=256m
or You can pass VM argument as well
or update the JDK/JAVA version used by server.