1 Reply Latest reply on Mar 2, 2010 10:49 AM by theute

    Wrong memory setting in GateIn-3.0.0-CR01-jbossas?

      I have download the bundle and when I start in Windows I got always a memory exception.

       

      I correct the run.conf.bat setting memory which are:

      set "JAVA_OPTS=-Xms256M -Xmx768M -XX:MaxPermSize=768M"

       

      with this one:

      set "JAVA_OPTS=-Xms512M -Xmx1024M -XX:MaxPermSize=128M"

      which are more typical settings for a Application Server and all work.
      Is it a mistake?