You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2016/11/01 21:05:00 UTC

drill git commit: edit config drill memory

Repository: drill
Updated Branches:
  refs/heads/gh-pages 05e201b7f -> cfd513958


edit config drill memory


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

Branch: refs/heads/gh-pages
Commit: cfd513958fb510ca2647d4706cec8191f3aa9c06
Parents: 05e201b
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue Nov 1 14:03:42 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue Nov 1 14:03:42 2016 -0700

----------------------------------------------------------------------
 _docs/configure-drill/020-configuring-drill-memory.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/cfd51395/_docs/configure-drill/020-configuring-drill-memory.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/020-configuring-drill-memory.md b/_docs/configure-drill/020-configuring-drill-memory.md
index c490ebe..4dad806 100644
--- a/_docs/configure-drill/020-configuring-drill-memory.md
+++ b/_docs/configure-drill/020-configuring-drill-memory.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring Drill Memory"
-date: 2016-11-01 20:49:09 UTC
+date: 2016-11-01 21:03:43 UTC
 parent: "Configure Drill"
 ---
 
@@ -27,7 +27,7 @@ You can modify memory for each Drillbit node in your cluster. To modify the memo
 
     export DRILL_MAX_DIRECT_MEMORY=${DRILL_MAX_DIRECT_MEMORY:-"<value>"}
 
-{% include startnote.html %}If XX:MaxDirectMemorySize is not set, the limit depends on the amount of available system memory.{% include endnote.html %}
+{% include startnote.html %}If DRILL_MAX_DIRECT_MEMORY is not set, the limit depends on the amount of available system memory.{% include endnote.html %}
 
 After you edit `<drill_installation_directory>/conf/drill-env.sh`, [restart the Drillbit]({{ site.baseurl }}/docs/starting-drill-in-distributed-mode) on the node.