11896/how-to-increase-docker-machine-memory-mac
My VM needs 4GB of memory. I’m using the following command to do so
docker run --rm --net=host memsql/quickstart check-system
But I’m getting this error
Error: MemSQL requires at least 4 GB of memory to run.
What do I do?
when you create docker machine, you can nominate the memory size:
docker-machine create -d virtualbox --virtualbox-memory 4096 default
or
docker-machine stop VBoxManage modifyvm default --cpus 2 VBoxManage modifyvm default --memory 4096 docker-machine start
To save an image to any file ...READ MORE
LoadBalancer will work on Docker-for-Mac and Docker-for-Windows ...READ MORE
What you can do is, allow access ...READ MORE
This should work: docker update --cpu-shares 5120 -m ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
You can log into docker-machine hosts by ...READ MORE
Adding to kalgi's answer, You can also ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.