Skip to content

Add docs for increasing memory limit for Docker for Mac #1634

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

Merged
merged 1 commit into from
Jan 24, 2019
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
Add docs for increasing memory limit for Docker for Mac
  • Loading branch information
eshvk committed Jan 24, 2019
commit 81b1ad935a88c0ca40568a8b987757355cd680ef
2 changes: 2 additions & 0 deletions docs/Using-Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ docker run --name 3DBallContainer.first.trial \
For more detail on Docker mounts, check out
[these](https://docs.docker.com/storage/bind-mounts/) docs from Docker.

**NOTE** If you are training using docker for environments that use visual observations, you may need to increase the default memory that Docker allocates for the container. See [here](https://docs.docker.com/docker-for-mac/#advanced) for instructions for Docker for Mac.

### Stopping Container and Saving State

If you are satisfied with the training progress, you can stop the Docker
Expand Down