You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by zs...@apache.org on 2016/03/07 21:08:55 UTC

spark git commit: [MINOR][DOC] improve the doc for "spark.memory.offHeap.size"

Repository: spark
Updated Branches:
  refs/heads/master e72914f37 -> a3ec50a4b


[MINOR][DOC] improve the doc for "spark.memory.offHeap.size"

The description of "spark.memory.offHeap.size" in the current document does not clearly state that memory is counted with bytes....

This PR contains a small fix for this tiny issue

document fix

Author: CodingCat <zh...@gmail.com>

Closes #11561 from CodingCat/master.


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

Branch: refs/heads/master
Commit: a3ec50a4bc867aec7c0796457c4442c14d1bcc2c
Parents: e72914f
Author: CodingCat <zh...@gmail.com>
Authored: Mon Mar 7 12:07:50 2016 -0800
Committer: Shixiong Zhu <sh...@databricks.com>
Committed: Mon Mar 7 12:08:26 2016 -0800

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/a3ec50a4/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index e9b6623..937852f 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -769,7 +769,7 @@ Apart from these, the following properties are also available, and may be useful
   <td><code>spark.memory.offHeap.size</code></td>
   <td>0</td>
   <td>
-    The absolute amount of memory which can be used for off-heap allocation.
+    The absolute amount of memory in bytes which can be used for off-heap allocation.
     This setting has no impact on heap memory usage, so if your executors' total memory consumption must fit within some hard limit then be sure to shrink your JVM heap size accordingly.
     This must be set to a positive value when <code>spark.memory.offHeap.enabled=true</code>.
   </td>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org