aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 4bda464b98..2f80196105 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -627,6 +627,14 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td><code>spark.ui.retainedTasks</code></td>
+ <td>100000</td>
+ <td>
+ How many tasks the Spark UI and status APIs remember before garbage
+ collecting.
+ </td>
+</tr>
+<tr>
<td><code>spark.worker.ui.retainedExecutors</code></td>
<td>1000</td>
<td>