findingrish commented on code in PR #13365: URL: https://github.com/apache/druid/pull/13365#discussion_r1042923776
########## docs/operations/single-server.md: ########## @@ -44,6 +47,21 @@ The example configurations run the Druid Coordinator and Overlord together in a While example configurations are provided for very large single machines, at higher scales we recommend running Druid in a [clustered deployment](../tutorials/cluster.md), for fault-tolerance and reduced resource contention. +## Druid auto start + +Setting up a new Druid cluster can sometimes be complicated as there are several runtime properties required by each service. Each process must also be given the appropriate jvm arguments so that the system can perform optimally. + +`start-druid` is a generic launch script capable of starting any set of Druid services on a server. +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. +All other reference configurations (e.g. `micro`, `small`, `xlarge`) can be obtained by passing the Review Comment: Removed. -- 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]
