You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2014/09/05 20:34:50 UTC

git commit: BIGTOP-1400. Whirr is failing with PermGen error: needs to be bumped up

Repository: bigtop
Updated Branches:
  refs/heads/master cd4df3ce8 -> 848433ade


BIGTOP-1400. Whirr is failing with PermGen error: needs to be bumped up

    2nd attempt: bumping up to 512M now


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

Branch: refs/heads/master
Commit: 848433ade33247e3ad3823003ced7f94c75c8ac9
Parents: cd4df3c
Author: Konstantin Boudnik <co...@wandisco.com>
Authored: Fri Sep 5 11:23:15 2014 -0700
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Fri Sep 5 11:28:24 2014 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/whirr/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/848433ad/bigtop-packages/src/common/whirr/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/whirr/do-component-build b/bigtop-packages/src/common/whirr/do-component-build
index 5a7299d..26f09fd 100644
--- a/bigtop-packages/src/common/whirr/do-component-build
+++ b/bigtop-packages/src/common/whirr/do-component-build
@@ -16,7 +16,7 @@
 
 set -ex
 
-export MAVEN_OPT="-XX:MaxPermSize=256m"
+export MAVEN_OPT="-XX:MaxPermSize=512m"
 mvn -Pjavadoc -DskipTests clean install -DskipTests "$@" 
 mvn -Pjavadoc site source:jar package assembly:assembly -DskipTests "$@"