We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf64030 commit 04f194bCopy full SHA for 04f194b
ant/build/unit-test.xml
@@ -97,9 +97,10 @@
97
<target name="run-test" depends="defineTestingScope, build-test">
98
<delete dir="${grails.test.reports}" />
99
<mkdir dir="${grails.test.reports}" />
100
- <junit fork="true" forkmode="once">
+ <junit fork="true" maxmemory="512m" forkmode="once">
101
<!-- only fork VMs as needed -->
102
<jvmarg value="-Xmx512M" />
103
+ <jvmarg value="-XX:MaxPermSize=256m"/>
104
<classpath location="${coverage.build}" />
105
<!-- must be first in cp! -->
106
<classpath location="cruise/coverage/lib/cobertura.jar" />
0 commit comments