We not configured in our presto workers the parameter - query.max-memory-per-node
From the log seems that the value for query.max-memory-per-node
is set automatically
grep -r "query.max-memory-per-node" /presto/data/var/log/server.log
2019-08-08T14:25:03.840Z INFO main Bootstrap query.max-memory-per-node 4402341478.40B
My question
Do we need to set the query.max-memory-per-node
in config.properties
?
Or value for the query.max-memory-per-node
, will set by the presto
But as we can see from the logs , presto set only - 4402341478.40B
( few GIGA bytes ) , so this is small size
And when query is need more memory then query could crash
Please your opinion , do we need to set the parameter query.max-memory-per-node
– in config.properties
In order to set higher values as 20-30 GIGA
Reference - https://prestodb.github.io/presto-admin/docs/current/installation/presto-configuration.html