Skip to content

Instantly share code, notes, and snippets.

@euclideansphere
Created January 21, 2021 15:35
Show Gist options
  • Save euclideansphere/28417b0227683a666d23086ee7a000a9 to your computer and use it in GitHub Desktop.
Save euclideansphere/28417b0227683a666d23086ee7a000a9 to your computer and use it in GitHub Desktop.
set vm machine limits
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