I am using weblogic to deploy the java project. when I am trying to start the weblogic server I am getting following error. kindly guide me in this.
weblogic.application.utils.StateChangeException: java.lang.OutOfMemoryError: Per mGen space..
I am using weblogic to deploy the java project. when I am trying to start the weblogic server I am getting following error. kindly guide me in this.
weblogic.application.utils.StateChangeException: java.lang.OutOfMemoryError: Per mGen space..
You need to increase the HEAP of your weblogic instance, probaby in your setDomainEnv.sh
-Xms256m -Xmx512m