You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/01/29 09:54:23 UTC

[48/50] git commit: updated refs/heads/marvin to df58f51

Give findbugs some more memory or it will fail with an OOM on awsapi


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1c57dd7b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1c57dd7b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1c57dd7b

Branch: refs/heads/marvin
Commit: 1c57dd7bcd4c21fa9c55b8a488474243c458347d
Parents: 3ac181e
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Wed Jan 29 09:16:23 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Wed Jan 29 09:17:01 2014 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1c57dd7b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 01ddf11..d8c8851 100644
--- a/pom.xml
+++ b/pom.xml
@@ -871,6 +871,7 @@
             <threshold>High</threshold>
             <xmlOutput>true</xmlOutput>
             <failOnError>false</failOnError>
+            <maxHeap>1024</maxHeap>
           </configuration>
           <executions>
             <execution>