Skip to content

Commit f5f0ecc

Browse files
committed
Document command node
1 parent 9dc4bc1 commit f5f0ecc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,15 @@ io/docs/concepts/configuration/secret/)
253253
is recommended to protect the database credentials required for this
254254
configuration.
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

258267
To implement routing rules, create a ConfigMap from your routing rules yaml

0 commit comments

Comments
 (0)