File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,15 @@ io/docs/concepts/configuration/secret/)
253253is recommended to protect the database credentials required for this
254254configuration.
255255
256+ By default, the Trino Gateway process is started with the command
257+ ` ` ` shell
258+ java -XX:MinRAMPercentage=80.0 -XX:MaxRAMPercentage=80.0 -jar /usr/lib/trino/gateway-ha-jar-with-dependencies.jar /etc/gateway/config.yaml
259+ ` ` `
260+ This can be customized through the `command` node. This node accepts a list, which
261+ should begin with an executable such as `java` or `bash`. The following list
262+ elements are provided as arguments to the executable. It is not typically necessary
263+ to modify this node.
264+
256265# ### Additional options
257266
258267To implement routing rules, create a ConfigMap from your routing rules yaml
You can’t perform that action at this time.
0 commit comments