1 Reply Latest reply on Oct 10, 2007 3:27 PM by peterj

    Allow more memory to JBoss

    sandanr

      Hi,

      I'm new in JBoss (and Java world) and I need to know how can I allow JBoss to use more memory. When I try to deploy a .war, JBoss tell me that he didn't have enough memory.

      Thank you

        • 1. Re: Allow more memory to JBoss
          peterj

          Memory is allocated to a Java application via the -Xms and -Xmx command line options. You can change those options in the run.bat or run.conf scripts (you did not state which operating system you are using).

          I am surprised, that it ran out of memory. The defaults are usually sufficient for most applications. Could you please post the console output from when you started the app server?