]> source.dussan.org Git - sonarqube.git/commitdiff
Increase memory for unit tests with Derby
authorEvgeny Mandrikov <mandrikov@gmail.com>
Mon, 31 Oct 2011 19:34:07 +0000 (23:34 +0400)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Mon, 31 Oct 2011 20:25:48 +0000 (00:25 +0400)
pom.xml

diff --git a/pom.xml b/pom.xml
index 33c99ca1aca3af8198e19f0eeccda60c6c2b50a6..318d366b3587a3fa058327323e04cf0069d6b799 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <runOrder>random</runOrder>
+          <argLine>-Xmx256m</argLine>
           <systemPropertyVariables>
             <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
-            
+
             <!-- derby embedded database is used by unit tests -->
             <derby.stream.error.file>target/derby.log</derby.stream.error.file>
           </systemPropertyVariables>