You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:29:10 UTC

[36/50] brooklyn-docs git commit: say the MAVEN_OPTS that might be wanted

say the MAVEN_OPTS that might be wanted


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/59f55677
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/59f55677
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/59f55677

Branch: refs/heads/0.4.0
Commit: 59f5567799857e5f0e023ded6e656cf45be54d02
Parents: 5a00d6b
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Thu Aug 16 10:53:52 2012 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Thu Aug 16 11:49:17 2012 +0100

----------------------------------------------------------------------
 docs/dev/build/index.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/59f55677/docs/dev/build/index.md
----------------------------------------------------------------------
diff --git a/docs/dev/build/index.md b/docs/dev/build/index.md
index 6021784..ce12a0b 100644
--- a/docs/dev/build/index.md
+++ b/docs/dev/build/index.md
@@ -15,6 +15,10 @@ brooklyn% mvn clean install
 
 Key things to note if you're new to Maven:
 
+* You may need more JVM memory, e.g. at the command-line (or in `.profile`):
+
+  ``export MAVEN_OPTS="-Xmx1024m -Xms512m -XX:MaxPermSize=256m``
+
 * You can do this in specific projects as well.
 
 * Add ``-DskipTests`` to skip tests.