Skip to main content

Encountering an app server PermGen errors after multiple deployments

 

 java.lang.OutOfMemoryError: PermGen space (java.sql.SQLException)

답변 1개
  1. 2023년 2월 28일 오후 11:34

    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.

     

    You can edit the wrapper.conf file and update the below to more memory-XX:MaxPermSize=256mor You can pass VM argument as well or update the JDK/JAVA version used by server.

0/9000