From 30d258803edab0d22d8725344d120515611cab52 Mon Sep 17 00:00:00 2001 From: Ying Su Date: Thu, 17 Sep 2020 01:28:38 -0700 Subject: [PATCH] Remove unused configuration property from properties.rst 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. --- presto-docs/src/main/sphinx/admin/properties.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/presto-docs/src/main/sphinx/admin/properties.rst b/presto-docs/src/main/sphinx/admin/properties.rst index 54e7f1ee7fb3..d8c16fd3693f 100644 --- a/presto-docs/src/main/sphinx/admin/properties.rst +++ b/presto-docs/src/main/sphinx/admin/properties.rst @@ -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