aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2015-08-03 12:53:44 -0700
committerReynold Xin <rxin@databricks.com>2015-08-03 12:53:44 -0700
commitba1c4e138de2ea84b55def4eed2bd363e60aea4d (patch)
tree626ef8ce0c9e1ff40cd61591f599f9148a3ff050 /docs
parentff9169a002f1b75231fd25b7d04157a912503038 (diff)
downloadspark-ba1c4e138de2ea84b55def4eed2bd363e60aea4d.tar.gz
spark-ba1c4e138de2ea84b55def4eed2bd363e60aea4d.tar.bz2
spark-ba1c4e138de2ea84b55def4eed2bd363e60aea4d.zip
[SPARK-9558][DOCS]Update docs to follow the increase of memory defaults.
Now the memory defaults of master and slave in Standalone mode and History Server is 1g, not 512m. So let's update docs. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #7896 from sarutak/update-doc-for-daemon-memory and squashes the following commits: a77626c [Kousuke Saruta] Fix docs to follow the update of increase of memory defaults
Diffstat (limited to 'docs')
-rw-r--r--docs/monitoring.md2
-rw-r--r--docs/spark-standalone.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index bcf885fe4e..cedceb2958 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -48,7 +48,7 @@ follows:
<tr><th style="width:21%">Environment Variable</th><th>Meaning</th></tr>
<tr>
<td><code>SPARK_DAEMON_MEMORY</code></td>
- <td>Memory to allocate to the history server (default: 512m).</td>
+ <td>Memory to allocate to the history server (default: 1g).</td>
</tr>
<tr>
<td><code>SPARK_DAEMON_JAVA_OPTS</code></td>
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 4f71fbc086..2fe9ec3542 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -152,7 +152,7 @@ You can optionally configure the cluster further by setting environment variable
</tr>
<tr>
<td><code>SPARK_DAEMON_MEMORY</code></td>
- <td>Memory to allocate to the Spark master and worker daemons themselves (default: 512m).</td>
+ <td>Memory to allocate to the Spark master and worker daemons themselves (default: 1g).</td>
</tr>
<tr>
<td><code>SPARK_DAEMON_JAVA_OPTS</code></td>