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

[42/50] [abbrv] git commit: updated refs/heads/ui-restyle to 849d601

Allow even more memory for findbugs, awsapi is hungry


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

Branch: refs/heads/ui-restyle
Commit: 12777e9e3a633dda51f14229ae7d0587d6a34577
Parents: 920163f
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Wed Jan 29 13:42:55 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Wed Jan 29 13:44:20 2014 +0100

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


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