Skip to content

Commit 1e78f92

Browse files
Update presto-docs/src/main/sphinx/admin/properties.rst
Co-authored-by: Steve Burnett <burnett@pobox.com>
1 parent d058461 commit 1e78f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-docs/src/main/sphinx/admin/properties.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ limits by the sum of worker-advertised general pool capacity. That is, the effec
286286
limit is ``min(query.max-memory or query.max-total-memory, sum of worker capacities)``.
287287
This allows the coordinator to use worker-advertised capacity for scheduling and OOM
288288
decisions instead of relying only on configured limits. Set to ``false`` to use only
289-
the configured ``query.max-memory`` and ``query.max-total-memory`` (previous behavior).
289+
the configured ``query.max-memory`` and ``query.max-total-memory``.
290290

291291
``memory.heap-headroom-per-node``
292292
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)