We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493df6f commit a86218dCopy full SHA for a86218d
dev/containers/trino/etc/jvm.config
@@ -23,3 +23,4 @@
23
-XX:GCLockerRetryAllocationCount=8
24
# Allow loading dynamic agent used by JOL
25
-XX:+EnableDynamicAgentLoading
26
+-XX:G1NumCollectionsKeepPinned=10000000
docker-compose.yml
@@ -629,7 +629,7 @@ services:
629
630
hive-metastore:
631
container_name: hive-metastore
632
- image: quay.io/samdoran/ubi-hive:3.1.3-metastore-036
+ image: quay.io/samdoran/ubi-hive:3.1.3-metastore-050
633
ports:
634
- 9083:8000
635
environment:
@@ -652,7 +652,7 @@ services:
652
653
trino:
654
container_name: trino
655
- image: quay.io/samdoran/ubi-trino:443-002
+ image: quay.io/samdoran/ubi-trino:453-001
656
user: root
657
658
- 8080:8080
0 commit comments