Description
The Presto worker configuration should include the system-memory-gb property set to approximately 90% of the available machine memory according to the Presto documentation.
Currently, the worker configuration template at tools/deployment/presto-clp/worker/config-template/config.properties does not include this setting, which may lead to suboptimal memory usage.
Suggested Action
Add the system-memory-gb property to the worker configuration template, either:
- As a hardcoded value with documentation explaining how to adjust it
- As an environment variable placeholder for flexible configuration
References
Requested by: @junhaoliao
Description
The Presto worker configuration should include the
system-memory-gbproperty set to approximately 90% of the available machine memory according to the Presto documentation.Currently, the worker configuration template at
tools/deployment/presto-clp/worker/config-template/config.propertiesdoes not include this setting, which may lead to suboptimal memory usage.Suggested Action
Add the
system-memory-gbproperty to the worker configuration template, either:References
Requested by: @junhaoliao