You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2016/01/22 18:57:46 UTC

jclouds git commit: Increase maven-javadoc-plugin memory limit

Repository: jclouds
Updated Branches:
  refs/heads/master a4b8a7379 -> fcfc94ef6


Increase maven-javadoc-plugin memory limit

Should address recent OutOfMemoryError seen on CloudBees.


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

Branch: refs/heads/master
Commit: fcfc94ef6c78c08d6dd98cbc87e510192302f72d
Parents: a4b8a73
Author: Andrew Gaul <ga...@apache.org>
Authored: Fri Jan 22 09:56:47 2016 -0800
Committer: Andrew Gaul <ga...@apache.org>
Committed: Fri Jan 22 09:57:27 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/fcfc94ef/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 7909e93..f64da5f 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -909,7 +909,7 @@
                 <configuration>
                   <encoding>${project.build.sourceEncoding}</encoding>
                   <quiet>true</quiet>
-                  <maxmemory>256m</maxmemory>
+                  <maxmemory>512m</maxmemory>
                 </configuration>
                 <reportSets>
                   <reportSet>