1 2 Previous Next 16 Replies Latest reply on Nov 21, 2013 2:38 AM by sesharao_n Go to original post
      • 15. Re: Error when running domain.bat for cluster
        ctomc

        This is known issue for default EAP 6.1 config we ship. (it is also mentioned in release notes as known issue)

         

        anyhow, issue only occurs on 32bit JVM on windows (doesn't matter if you use 64bit version of windows).

        fix is quite simple. just lower memory settings as default we ship are too big in any case.

         

        open domain.xml and on bottom of file you will see settings for server-groups

         

        Change them to use much lower heap sizes.

         

        now there is

        <heap size="1303m" max-size="1303m"/>

         

        if you change that to something like

        <heap size="128m" max-size="512m"/>

         

        it should work as it should.

         

        --

        tomaz

        • 16. Re: Error when running domain.bat for cluster
          sesharao_n

          Thank you very much Tomaz,

           

          Now i am able to run JBoss server without any errors.

          1 2 Previous Next