From 4b0d3ca5fb0d4b9997e419f403914cffabe3e877 Mon Sep 17 00:00:00 2001 From: Will Morrison Date: Tue, 15 Oct 2024 20:55:15 -0400 Subject: [PATCH] Document command node --- docs/installation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index de3c653a4..61ca8d074 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -253,6 +253,15 @@ io/docs/concepts/configuration/secret/) is recommended to protect the database credentials required for this configuration. +By default, the Trino Gateway process is started with the command +```shell +java -XX:MinRAMPercentage=80.0 -XX:MaxRAMPercentage=80.0 -jar /usr/lib/trino/gateway-ha-jar-with-dependencies.jar /etc/gateway/config.yaml +``` +This can be customized through the `command` node. This node accepts a list, which +should begin with an executable such as `java` or `bash`. The following list +elements are provided as arguments to the executable. It is not typically necessary +to modify this node. + #### Additional options To implement routing rules, create a ConfigMap from your routing rules yaml