1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/prestodb/conf/coordinator/config.properties

10 lines
273 B
Properties
Raw Normal View History

2018-08-21 17:02:50 +08:00
coordinator=true
node-scheduler.include-coordinator=false
http-server.http.port=8080
query.max-memory=50GB
query.max-memory-per-node=1GB
2019-06-16 16:24:14 +08:00
query.max-total-memory-per-node=2GB
2018-08-21 17:02:50 +08:00
discovery-server.enabled=true
2018-08-21 18:03:35 +08:00
discovery.uri=http://127.0.0.1:8080
2019-06-16 18:55:12 +08:00
node.internal-address=coordinator