summaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-08-20 06:33:02 +0000
committerDominik Stadler <centic@apache.org>2015-08-20 06:33:02 +0000
commitfdeb76626fcb165df77c4b36f9abc33d7cff7b98 (patch)
tree95398b65e446a855d6047f356138261db1b3f515 /sonar
parenta5f332536ed51f932ba10b7fb9d6ba4aac2b5941 (diff)
downloadpoi-fdeb76626fcb165df77c4b36f9abc33d7cff7b98.tar.gz
poi-fdeb76626fcb165df77c4b36f9abc33d7cff7b98.zip
Sonar Maven build:
* Try to provide more memory for the unit test runs as some unit tests create large spreadsheets now * svn-ignore one more directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696711 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r--sonar/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml
index 6117e93555..cc53d40f34 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -102,7 +102,7 @@
<org.apache.poi.util.POILogger>org.apache.poi.util.NullLogger</org.apache.poi.util.POILogger>
</systemPropertyVariables>
<!-- use to following to analyze OOM issues: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp -->
- <argLine>-Duser.language=en -Duser.country=US -Xmx512m</argLine>
+ <argLine>-Duser.language=en -Duser.country=US -Xmx1024m</argLine>
<excludes>
<exclude>**/All*Tests.java</exclude>
<exclude>**/TestUnfixedBugs.java</exclude>