1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/prestosql/conf/coordinator/jvm.config

12 lines
236 B
Plaintext
Raw Normal View History

2019-10-21 16:02:39 +02:00
-server
2020-08-14 05:26:15 +02:00
-Xms8G
2019-10-21 16:02:39 +02:00
-Xmx16G
-XX:+UseG1GC
-XX:G1HeapRegionSize=32M
-XX:+UseGCOverheadLimit
-XX:+ExplicitGCInvokesConcurrent
-XX:+HeapDumpOnOutOfMemoryError
-XX:+ExitOnOutOfMemoryError
-XX:OnOutOfMemoryError=kill -9 %p
2020-08-14 05:26:15 +02:00
-DHADOOP_USER_NAME=hive