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 all commits
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
2 changes: 2 additions & 0 deletions ksql-clickstream-demo/docker-clickstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ 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 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.

```bash
Expand Down