Repository: jclouds Updated Branches: refs/heads/master 3872b5748 -> cf44ffd85
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/cf44ffd8 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/cf44ffd8 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/cf44ffd8 Branch: refs/heads/master Commit: cf44ffd850d12289c11dc899312810333aa15de8 Parents: 3872b57 Author: Andrew Gaul <[email protected]> Authored: Tue Jan 26 20:53:31 2016 -0800 Committer: Andrew Gaul <[email protected]> Committed: Tue Jan 26 20:53:47 2016 -0800 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/cf44ffd8/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index f64da5f..9250c44 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -1033,7 +1033,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> <configuration> - <maxmemory>256m</maxmemory> + <maxmemory>512m</maxmemory> <encoding>${project.build.sourceEncoding}</encoding> <quiet>true</quiet> <links>
