diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-31 23:34:07 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-11-01 00:25:48 +0400 |
commit | 03d3eaac31c3bec1b80e2f7163f84857a59d75ea (patch) | |
tree | 66c9f59050b41e642d19c75a6defc3ed22bb2d15 /pom.xml | |
parent | 5aad37958e2ab2bcff3b98a3cbd943598503f9f0 (diff) | |
download | sonarqube-03d3eaac31c3bec1b80e2f7163f84857a59d75ea.tar.gz sonarqube-03d3eaac31c3bec1b80e2f7163f84857a59d75ea.zip |
Increase memory for unit tests with Derby
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -417,9 +417,10 @@ <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> |