forked from saj1th/docker-presto-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpx-nodeconfig-50GB.env
25 lines (24 loc) · 929 Bytes
/
px-nodeconfig-50GB.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Core config.properties and jvm.config settings.
# /usr/local/px/etc/config.properties
# /usr/local/px/etc/jvm.config
#
# Only use/reference implemented properties. Superfluous properties will be detected and prevent node startup.
#
# Important:
# CONFIGPROPERTIES values use the unit GB
# JVMCONFIG values use the unit G
#
# Version-dependency:
# - Trino 369 deprecated query.max-total-memory-per-node
# - Keeping the feeder variable (PX_CONFIGPROPERTIES_QUERYMAXTOTALMEMORYPERNODE) here is
# ok (as it is needed for PrestoDB) but a Trino delta-lake .properties file must
# not use it.
#
PRESTODB_CONFIGPROPERTIES_QUERYMAXTOTALMEMORYPERNODE=16GB
PX_CONFIGPROPERTIES_QUERYMAXMEMORYPERNODE=13GB
PX_CONFIGPROPERTIES_QUERYMAXMEMORY=50GB
PX_CONFIGPROPERTIES_QUERYMAXTOTALMEMORY=60GB
PX_CONFIGPROPERTIES_MEMORYHEAPHEADROOMPERNODE=9GB
PX_JVMCONFIG_COORDINATORMAXHEAPSIZE=38G
PX_JVMCONFIG_WORKERMAXHEAPSIZE=38G