suneet-s commented on a change in pull request #9529: Update docker.md readme to note memory requirements URL: https://github.com/apache/druid/pull/9529#discussion_r393991295
########## File path: docs/tutorials/docker.md ########## @@ -78,3 +78,6 @@ The [Druid router process](../design/router.md), which serves the [Druid console It takes a few seconds for all the Druid processes to fully start up. If you open the console immediately after starting the services, you may see some errors that you can safely ignore. From here you can follow along with the [standard tutorials](./index.md#loading-data), or elaborate on your `docker-compose.yml` to add any additional external service dependencies as necessary. + +## Docker Memory Requirements +If you experience any processes crashing with a 137 error code you likely don't have enough memory allocated to Docker. 6gb may be a good place to start. Review comment: This should fix the failing spellcheck test ```suggestion If you experience any processes crashing with a 137 error code you likely don't have enough memory allocated to Docker. 6 GB may be a good place to start. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
