You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2016/01/05 08:51:08 UTC

incubator-atlas git commit: ATLAS-414 Doc: Increase MAVEN_OPTS limit to 512m in InstallationSteps.twiki (yhemanth via shwethags)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master c0cf21291 -> 4e1cc7625


ATLAS-414 Doc: Increase MAVEN_OPTS limit to 512m in InstallationSteps.twiki (yhemanth via shwethags)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/4e1cc762
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/4e1cc762
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/4e1cc762

Branch: refs/heads/master
Commit: 4e1cc7625fa2564b0de1887030d2dbfb81c648b2
Parents: c0cf212
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Tue Jan 5 13:21:00 2016 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Tue Jan 5 13:21:00 2016 +0530

----------------------------------------------------------------------
 docs/src/site/twiki/InstallationSteps.twiki | 2 +-
 release-log.txt                             | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/4e1cc762/docs/src/site/twiki/InstallationSteps.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/InstallationSteps.twiki b/docs/src/site/twiki/InstallationSteps.twiki
index 3f186cc..6c22f77 100644
--- a/docs/src/site/twiki/InstallationSteps.twiki
+++ b/docs/src/site/twiki/InstallationSteps.twiki
@@ -7,7 +7,7 @@ git clone https://git-wip-us.apache.org/repos/asf/incubator-atlas.git atlas
 
 cd atlas
 
-export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" && mvn clean install
+export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=512m" && mvn clean install
 </verbatim>
 
 Once the build successfully completes, artifacts can be packaged for deployment.

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/4e1cc762/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 5ac3cd9..af0d915 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
 ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
 
 ALL CHANGES:
+ATLAS-414 Doc: Increase MAVEN_OPTS limit to 512m in InstallationSteps.twiki (yhemanth via shwethags)
 ATLAS-418 Update atlas website (shwethags)
 ATLAS-392 Rename application.properties to atlas-application.properties (rishabhbhardwaj via shwethags)
 ATLAS-381 HiveMetaStoreBridge will not connect to a kerberized hive metastore (dossett@gmail.com via shwethags)