Skip to content

Commit

Permalink
Remove unused configuration property from properties.rst
Browse files Browse the repository at this point in the history
driver.max-page-partitioning-buffer-count was removed in 0.238 but
the documentation for it was not removed. This commit removes it
from the properties.rst documentation.
  • Loading branch information
Ying Su authored and caithagoras0 committed Sep 17, 2020
1 parent 4ea4139 commit 30d2588
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions presto-docs/src/main/sphinx/admin/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,6 @@ Memory Management Properties
memory reservation across the cluster. The value of ``total-reservation-on-blocked-nodes``
configures a policy that kills the query using the most memory on the workers that are out of memory (blocked).

``driver.max-page-partitioning-buffer-count``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``integer``
* **Default value:** ``1000000``

Maximum number of buffers used by repartitioning per driver. This number should be set
sufficiently large to avoid the error of requesting too many arrays from the array allocator
used in repartitioning.

.. _tuning-spilling:

Spilling Properties
Expand Down

0 comments on commit 30d2588

Please sign in to comment.