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


##########
docs/operations/single-server.md:
##########
@@ -22,18 +22,26 @@ title: "Single server deployment"
   ~ under the License.
   -->
 
+Druid includes a launch script, `bin/start-druid` that automatically sets 
various memory-related parameters based on available processors and memory.
+It accepts optional arguments such as list of services, total memory, and a 
config directory to override default JVM arguments and service-specific runtime 
properties.
+
+By default, the services started by `bin/start-druid` will use all processors, 
up to 80% memory on the system, and will read the configuration files in 
`conf/druid/auto` for all other settings.

Review Comment:
   ```suggestion
   By default, the services started by `bin/start-druid`:
   - use all processors
   - can use up to 80% memory on the system
   - apply the configuration files in `conf/druid/auto` for all other settings.
   ```
   avoid future



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