Skip to content

Commit

Permalink
reduce heap space required by test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 11, 2010
1 parent ea97012 commit 57e444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jboss-tck-runner/pom.xml
Expand Up @@ -94,7 +94,7 @@
<suiteXmlFiles>
<suiteXmlFile>src/test/resources/tck-tests.xml</suiteXmlFile>
</suiteXmlFiles>
<argLine>-Xmx1024m</argLine>
<argLine>-Xmx256m</argLine>
<forkMode>once</forkMode>
</configuration>
</plugin>
Expand Down

0 comments on commit 57e444b

Please sign in to comment.