Skip to content

Commit

Permalink
Add memory limit note to README.md (#602)
Browse files Browse the repository at this point in the history
Add memory limit note to README.md
  • Loading branch information
vicilliar authored Sep 13, 2023
1 parent dd85fc5 commit 22f3fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ docker run --name marqo -it --privileged -p 8882:8882 --add-host host.docker.int

```

Note: If your `marqo` container keeps getting killed, this is most likely due to a lack of memory being allocated to Docker. Increasing the memory limit for Docker to at least 6GB (8GB recommended) in your Docker settings may fix the problem.

3. Install the Marqo client:

```bash
Expand Down

0 comments on commit 22f3fa6

Please sign in to comment.