You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/01/15 19:41:31 UTC

bigtop git commit: BIGTOP-2240 : add -XX:PermSize=1024m -XX:MaxPermSize=1024m to build environment

Repository: bigtop
Updated Branches:
  refs/heads/master 208d153ed -> 7f1c58f05


BIGTOP-2240 : add -XX:PermSize=1024m -XX:MaxPermSize=1024m to build environment

Signed-off-by: Olaf Flebbe <of...@ofleb.be>


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

Branch: refs/heads/master
Commit: 7f1c58f05507b544dc29faf7f2731f345e16a473
Parents: 208d153
Author: amir sanjar <sa...@sovmp155.lop.siteox.com>
Authored: Thu Jan 14 16:09:29 2016 +0000
Committer: Olaf Flebbe <of...@ofleb.be>
Committed: Fri Jan 15 19:36:59 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/7f1c58f0/bigtop-packages/src/common/hama/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hama/do-component-build b/bigtop-packages/src/common/hama/do-component-build
index 2e1ddc8..a5bfc91 100644
--- a/bigtop-packages/src/common/hama/do-component-build
+++ b/bigtop-packages/src/common/hama/do-component-build
@@ -17,5 +17,5 @@
 set -ex
 
 . `dirname $0`/bigtop.bom
-
+export MAVEN_OPTS="-XX:PermSize=1024m -XX:MaxPermSize=1024m"
 mvn -Phadoop2 -Dhadoop.version=$HADOOP_VERSION -Dzookeeper.version=$ZOOKEEPER_VERSION clean install -DskipTests "$@"