You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/10/24 08:08:34 UTC

[23/50] [abbrv] logging-log4j2 git commit: Update BUILDING.txt file for building the site and out of memory problems.

Update BUILDING.txt file for building the site and out of memory
problems.

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

Branch: refs/heads/LOG4J2-1390
Commit: ce861303981bc6a2630800b2d9449b3eebd7acb2
Parents: 3176c96
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Oct 3 18:37:13 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Oct 3 18:37:13 2016 -0700

----------------------------------------------------------------------
 BUILDING.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ce861303/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index bce02f7..9d5f3f8 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -26,6 +26,10 @@ mvn clirr:check -pl log4j-1.2-api
 
 Next, to build the site:
 
+If Java 7 runs out of memory building the site, you will need:
+
+set MAVEN_OPTS=-Xmx2000m -XX:MaxPermSize=384m
+
 mvn site
 
 On Windows, use a local staging directory, for example: