facing perm gen space error in weblogic

后端 未结 5 738
离开以前
离开以前 2021-01-02 02:27

I am new to weblogic. After starting the server when i see administrator console and get log-in it throws below exception.

Root cause of ServletException.
ja         


        
5条回答
  •  粉色の甜心
    2021-01-02 02:49

    to complete the reponse of user267 you must change also : set MEM_MAX_PERM_SIZE_64BIT=-XX:MaxPermSize=256m

    set MEM_MAX_PERM_SIZE_32BIT=-XX:MaxPermSize=256m

提交回复
热议问题