Updated Branches:
  refs/heads/flume-1.4 7643f0ff2 -> a74e05b76

FLUME-1696: Update build instructions as Flume build requires more memory

(Brock Noland via Brock Noland)


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

Branch: refs/heads/flume-1.4
Commit: a74e05b765089ecdd074e48c2f8069ecc5ab2e82
Parents: 7643f0f
Author: Brock Noland <[email protected]>
Authored: Mon Nov 12 11:37:58 2012 -0600
Committer: Brock Noland <[email protected]>
Committed: Mon Nov 12 11:38:18 2012 -0600

----------------------------------------------------------------------
 README |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/a74e05b7/README
----------------------------------------------------------------------
diff --git a/README b/README
index c4063f4..23150d3 100644
--- a/README
+++ b/README
@@ -39,6 +39,11 @@ Compiling Flume requires the following tools:
 * Oracle Java JDK 1.6
 * Apache Maven 3.x
 
+Note: The Apache Flume build requires more memory than the default 
configuration.
+We recommend you set the following Maven options:
+
+export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m
+
 To compile Flume, run `mvn compile`.
 To build a distribution, run `mvn install`.
 

Reply via email to