3 Replies Latest reply on Feb 11, 2013 9:02 AM by herb

    building 7.1.3 ==> java.lang.OutOfMemoryError: PermGen space

    herb

      after wget https://github.com/jbossas/jboss-as/archive/7.1.3.Final.zip

      and unzip I did

      ./build.sh clean install -DskipTests

      and got following error (oracle jdk7, 64 bit on rhel6):

      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project jboss-as-web: Compilation failure

      [ERROR] Failure executing javac, but could not parse the error:

      [ERROR]

      [ERROR]

      [ERROR] The system is out of resources.

      [ERROR] Consult the following stack trace for details.

      [ERROR] java.lang.OutOfMemoryError: PermGen space

       

      How do I increase PermGen space within build?