Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/src/main/sphinx/admin/properties-memory-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ system memory allocated by a query across all workers hits this limit it is
killed. The value of ``query.max-total-memory`` must be greater than
``query.max-memory``.

``query.max-total-memory-per-task``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** :ref:`prop-type-data-size`
* **Default value:** none, and therefore unrestricted
* **Session property:** ``query_max_total_memory_per_task``

This is the max amount of user and system memory a task can use on a node in the
cluster. Support for using this property is experimental only.

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

Expand Down