David Rorke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24589
Change subject: IMPALA-15187 - Reduce excessive Trino memory allocation ...................................................................... IMPALA-15187 - Reduce excessive Trino memory allocation The impala-minicluster-trino image used for Trino interop tests is attempting to allocate 50GB for the JVM during startup leading to container startup failures. The 50GB allocation (on a 64 GB host) is the result of the following settings in /etc/trino/jvm.config which will allocate 80% of host memory during startup: -XX:InitialRAMPercentage=80 -XX:MaxRAMPercentage=80 The fix is to reduce these percentages to something more reasonable: -XX: InitialRAMPercentage=10 -XX: MaxRAMPercentage=30 Change-Id: I692e5363054b045018d3b4cecf24e6b6c4a4c269 --- M testdata/bin/minicluster_trino/Dockerfile 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/89/24589/1 -- To view, visit http://gerrit.cloudera.org:8080/24589 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I692e5363054b045018d3b4cecf24e6b6c4a4c269 Gerrit-Change-Number: 24589 Gerrit-PatchSet: 1 Gerrit-Owner: David Rorke <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
