Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that Docker clickstream demo requires 5+ GB of RAM #549

Merged
merged 2 commits into from
Dec 19, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reduce recommendation for Docker memory from 5GB to 4GB
  • Loading branch information
Michael G. Noll committed Dec 19, 2017
commit 83627dec9a0225046bb55d59c96649e59e18070a
2 changes: 1 addition & 1 deletion ksql-clickstream-demo/docker-clickstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ These steps will guide you through how to setup your environment and run the cli
- [All platforms](https://docs.docker.com/engine/installation/)
- [Git](https://git-scm.com/downloads)

1. Please ensure that your Docker installation is configured with at least 5 GB of memory.
1. Please ensure that your Docker installation is configured with at least 4 GB of memory.

1. Download and start the KSQL clickstream container. This container image is large and contains Confluent, Grafana, and Elasticsearch. Depending on your network speed, this may take up to 10-15 minutes. The `-p` flag will forward the Grafana dashboard to port 33000 on your local host.

Expand Down