0 Replies Latest reply on Aug 5, 2004 9:44 PM by wahyinghung

    Minimum memory requirements to finish running all tests

    wahyinghung

      jboss version: 3.2.5
      jdk version: Sun JDK 1.4.2_05
      operating system: Linux with kernel 2.6.7

      Started jboss with the following JAVA_OPTS in run.conf:
      JAVA_OPTS="-server -Xms1024m -Xmx1536m"
      (the machine itself has 1024Mb of physical memory and 2000Mb of swap space)

      Started jboss with "run.sh -c all".

      Started the tests with "jboss-3.2.5-src/testsuite/build.sh tests".

      About 35 mins or so into the tests, the server returned OutOfMemoryError exceptions and the tests stalled/timed out.

      Is there a document describing in detail how to successfully run all the tests?