From 05d2e94838d5b728df203d87708beaf3f4aa4c81 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Wed, 6 Feb 2013 14:34:46 -0800 Subject: Use a separate memory setting for standalone cluster daemons Conflicts: docs/_config.yml --- docs/spark-standalone.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/spark-standalone.md') diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md index bf296221b8..3986c0c79d 100644 --- a/docs/spark-standalone.md +++ b/docs/spark-standalone.md @@ -115,6 +115,14 @@ You can optionally configure the cluster further by setting environment variable SPARK_WORKER_WEBUI_PORT Port for the worker web UI (default: 8081) + + SPARK_DAEMON_MEMORY + Memory to allocate to the Spark master and worker daemons themselves (default: 512m) + + + SPARK_DAEMON_JAVA_OPTS + JVM options for the Spark master and worker daemons themselves (default: none) + -- cgit v1.2.3