Skip to content

Commit

Permalink
Added Known Issues to the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HadesArchitect committed Oct 9, 2019
1 parent dcc52e1 commit 5fdbbc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ docker-compose up -d
- For the Spark labs, access Jupyter Notebooks: http://localhost:8888 password: `datastax`

You may need to use some custom IP instead of localhost if you use docker-for-mac, docker-for-windows or similar installation.

### Known Issues

In some cases executing the exercises may lead to memory issues, especially on weaker or non-Linux machines due to docker limitations on memory. If you have any issues with exercises after the first few, try to clean up and start again `docker-compose kill && docker-compose down && docker-compose up -d`. You may need to repeat steps of the notebook you were working on.

0 comments on commit 5fdbbc2

Please sign in to comment.