Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilguzin/37324bcc1669119ffd9cc545e3f11d25 to your computer and use it in GitHub Desktop.
Save ilguzin/37324bcc1669119ffd9cc545e3f11d25 to your computer and use it in GitHub Desktop.
Adjust Docker Machine Memory & CPU
# Adjust Docker Machine Memory+CPU
# http://stackoverflow.com/questions/32834082/how-to-increase-docker-machine-memory-mac
docker-machine stop
VBoxManage modifyvm default --cpus 2
VBoxManage modifyvm default --memory 4096
docker-machine start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment