Skip to content

Commit

Permalink
Update quickstart doc to airlift
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaho12 authored and oneonestar committed Jul 26, 2024
1 parent 5afabe0 commit 6011726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi


#Start Trino Gateway server.
java -Xmx1g --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED -jar ./gateway-ha.jar server ./quickstart-config.yaml
java -Xmx1g -jar ./gateway-ha.jar ./quickstart-config.yaml
```

You can clean up by running
Expand Down

0 comments on commit 6011726

Please sign in to comment.