3 Replies Latest reply on Mar 14, 2007 10:45 AM by ryan.campbell

    Proposed change to testsuite/build.sh to increase memory for

    rachmato

      The testsuite often fails during execution of the task "reports" with an out of memory error, and the fix is to rerun the reports task with ANT_OPTS=-Xmx512m or some similar higher memory value. The setting for ANT_OPTS appears in the build.sh script used to start the testsuite and is set to -Xmx256m.

      The target reports does not always fail with the present setting, but it does happen fairly frequently.

      Can we make this a permanent change, to say 512m?