0

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..

venkat
  • 3
  • 2
  • http://stackoverflow.com/questions/14944778/facing-perm-gen-space-error-in-weblogic – Uooo Jun 27 '13 at 04:13

1 Answers1

0

You need to increase the HEAP of your weblogic instance, probaby in your setDomainEnv.sh

-Xms256m -Xmx512m

user2363318
  • 1,039
  • 1
  • 12
  • 31