Merged
Conversation
paul-rogers
reviewed
Oct 22, 2021
docs/tutorials/docker.md
Outdated
|
|
||
| The default `docker-compose.yml` launches eight containers: Zookeeper, PostgreSQL, and six Druid containers. Each Druid service is configured to use up to 7 GB of memory (6 GB direct memory and 1 GB heap). However, the Quickstart will not use all the available memory. | ||
|
|
||
| Docker needs at least 6 GiB of memory available for the Druid cluster. If you experience any processes crashing with a 137 error code you likely don't have enough memory allocated to Docker. |
Contributor
There was a problem hiding this comment.
Thanks for the edit!
It seems that On native Linux, Docker can use all available host memory. So the memory limit seems to be a MacOS thing. It can be adjusted using the Docker Desktop for mac.
This is worth noting because when we're on Linux (Ubuntu) we will be happy as clams, but then we get slammed when we do the same thing on MacOS.
techdocsmith
requested changes
Oct 22, 2021
Co-authored-by: Charles Smith <techdocsmith@gmail.com>
sthetland
approved these changes
Oct 25, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make docker memory requirements prominent in the tutorial.
@techdocsmith @paul-rogers
This PR has: