techdocsmith commented on code in PR #13611:
URL: https://github.com/apache/druid/pull/13611#discussion_r1055092659


##########
docs/tutorials/index.md:
##########
@@ -83,7 +81,7 @@ From the apache-druid-{{DRUIDVERSION}} package root, run the 
following command:
 ./bin/start-druid
 ```
 
-This brings up instances of ZooKeeper and the Druid services:
+This brings up instances of ZooKeeper and the Druid services and may use up to 
80% of the total available system memory. You may also explicitly specify the 
total memory for Druid to use by passing a value for the memory parameter, e.g. 
`./bin/start-druid -m 16g` or `./bin/start-druid --memory 16g`.

Review Comment:
   ```suggestion
   This brings up instances of ZooKeeper and the Druid services and 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, e.g. 
`./bin/start-druid -m 16g` or `./bin/start-druid --memory 16g`.
   ```



-- 
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]

Reply via email to