aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index e9b66238bd..937852ffde 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>