Author: tfmorris Date: 2010-04-12 10:51:39-0700 New Revision: 18245 Modified: trunk/src/argouml-app/build.xml
Log: Increase heap size for non-GUI tests to match GUI tests (not big enough for 64-bit JVMs currently) Modified: trunk/src/argouml-app/build.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/build.xml?view=diff&pathrev=18245&r1=18244&r2=18245 ============================================================================== --- trunk/src/argouml-app/build.xml (original) +++ trunk/src/argouml-app/build.xml 2010-04-12 10:51:39-0700 @@ -503,7 +503,7 @@ <junit errorproperty="junit.failure" failureproperty="junit.failure" fork="yes" dir="${basedir}" forkmode="perTest" haltonfailure="false" - maxmemory="48M" printsummary="${junit.printsummary}"> + maxmemory="160M" printsummary="${junit.printsummary}"> <sysproperty key="test.model.uml" value="../argouml-core-model-mdr/src/org/argouml/model/mdr/mof/01-02-15.xml"/> <sysproperty key="argouml.model.implementation" ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2577969 To unsubscribe from this discussion, e-mail: [[email protected]].
