techdocsmith commented on code in PR #13647:
URL: https://github.com/apache/druid/pull/13647#discussion_r1116277319
##########
docs/tutorials/index.md:
##########
@@ -97,16 +98,19 @@ $ ./bin/start-druid
[Tue Nov 29 16:31:06 2022] Running command[middleManager]: bin/run-druid
middleManager
/apache-druid-{{DRUIDVERSION}}/conf/druid/single-server/quickstart '-Xms64m
-Xmx64m' '-Ddruid.worker.capacity=2
-Ddruid.indexer.runner.javaOptsArray=["-server","-Duser.timezone=UTC","-Dfile.encoding=UTF-8","-XX:+ExitOnOutOfMemoryError","-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager","-Xms256m","-Xmx256m","-XX:MaxDirectMemorySize=256m"]'
```
-All persistent state, such as the cluster metadata store and segments for the
services, are kept in the `var` directory under
-the Druid root directory, apache-druid-{{DRUIDVERSION}}. Each service writes
to a log file under `var/sv`.
+It may use up to 80% of the total available system memory.
+To explicitly set the total memory available to Druid, pass a value for the
memory parameter. For example, `./bin/start-druid -m 16g`.
+
+Druid stores all persistent state data, such as the cluster metadata store and
data segments, in `apache-druid-{{DRUIDVERSION}}/var`.
+Each service writes to a log file under `var/sv`.
At any time, you can revert Druid to its original, post-installation state by
deleting the entire `var` directory. You may want to do this, for example,
between Druid tutorials or after experimentation, to start with a fresh
instance.
To stop Druid at any time, use CTRL+C in the terminal. This exits the
`bin/start-druid` script and terminates all Druid processes.
## Open the web console
-After the Druid services finish startup, open the [web
console](../operations/web-console.md) at
[http://localhost:8888](http://localhost:8888).
+After the Druid services launch, open the [web
console](../operations/web-console.md) at
[http://localhost:8888](http://localhost:8888).
Review Comment:
```suggestion
After starting the Druid services, open the [web
console](../operations/web-console.md) at
[http://localhost:8888](http://localhost:8888).
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]