Repository: bigtop
Updated Branches:
  refs/heads/master e0eb86aaa -> 55b6881c7


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


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

Branch: refs/heads/master
Commit: 83d744c021ccc124e9f3bead6e34e0d0415aa4d4
Parents: e0eb86a
Author: Konstantin Boudnik <[email protected]>
Authored: Mon Aug 11 11:41:16 2014 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Mon Aug 11 11:41:16 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/83d744c0/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 e36365d..5a7299d 100644
--- a/bigtop-packages/src/common/whirr/do-component-build
+++ b/bigtop-packages/src/common/whirr/do-component-build
@@ -16,8 +16,7 @@
 
 set -ex
 
-# BIGTOP-472 whirr build needs more perm gen space
-export MAVEN_OPT="-XX:MaxPermSize=128m"
+export MAVEN_OPT="-XX:MaxPermSize=256m"
 mvn -Pjavadoc -DskipTests clean install -DskipTests "$@" 
 mvn -Pjavadoc site source:jar package assembly:assembly -DskipTests "$@"
 

Reply via email to