Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.OutOfMemoryError: PermGen space error in weblogic

User_9U4FQFeb 12 2014


I am contionusly getting above error while starting one of my managed server.

I had set setDomainEnv.cmd as below.

if "%JAVA_VENDOR%"=="Sun" (

set WLS_MEM_ARGS_64BIT=-Xms256m -Xmx512m -XX:MaxPermSize=256m

set WLS_MEM_ARGS_32BIT=-Xms256m -Xmx512m -XX:MaxPermSize=256m

) else (

set WLS_MEM_ARGS_64BIT=-Xms512m -Xmx512m

set WLS_MEM_ARGS_32BIT=-Xms512m -Xmx512m

)

set MEM_PERM_SIZE_64BIT=-XX:PermSize=256m

set MEM_PERM_SIZE_32BIT=-XX:PermSize=256m

I tried with 128m also but same error

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 12 2014
Added on Feb 12 2014
0 comments
987 views