You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those and other Presto properties are described in :doc:`properties article<properties>`.
18
+
19
+
As an example, on a 11-node cluster dedicated to Presto (1 Coordinator + 10 Workers) with 8-core CPU and 128GB of RAM per node, you might want to start tuning with following values:
20
+
21
+
* `query.max-memory = 200GB`
22
+
* `query.max-memory-per-node = 32GB`
23
+
* `query.initial-hash-partitions = 10`
24
+
* `task.concurrency = 8`
25
+
8
26
If this guide does not suit your needs, You may look for more tuning options on
0 commit comments