Updated Branches: refs/heads/1.4.5-SNAPSHOT 41efe1a7e -> 579c274c2 refs/heads/1.5.1-SNAPSHOT 1096fbb9a -> 060188a74 refs/heads/1.6.0-SNAPSHOT b0d056eeb -> 81861db9c refs/heads/master 0a0ab3250 -> ddde450b9
ACCUMULO-1810 add MALLOC_ARENA_MAX to docs on published ENV. Signed-off-by: Eric Newton <eric.new...@gmail.com> Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0657a3aa Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0657a3aa Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0657a3aa Branch: refs/heads/1.4.5-SNAPSHOT Commit: 0657a3aaa054d001fcafceea98a9c22d06145cb0 Parents: 41efe1a Author: Sean Busbey <bus...@clouderagovt.com> Authored: Wed Oct 23 16:46:14 2013 -0500 Committer: Eric Newton <eric.new...@gmail.com> Committed: Thu Nov 7 13:50:45 2013 -0500 ---------------------------------------------------------------------- bin/config.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/0657a3aa/bin/config.sh ---------------------------------------------------------------------- diff --git a/bin/config.sh b/bin/config.sh index 9277406..162c2d5 100755 --- a/bin/config.sh +++ b/bin/config.sh @@ -25,6 +25,7 @@ # HADOOP_HOME Home dir for hadoop. # # Values always set by script. +# MALLOC_ARENA_MAX To work around a memory management bug (see ACCUMULO-847) # GC Machine to rn GC daemon on. Used by start-here.sh script # MONITOR Machine to run monitor daemon on. Used by start-here.sh script # SSH Default ssh parameters used to start daemons