How to increase docker-machine memory Mac

后端 未结 7 2163
旧时难觅i
旧时难觅i 2020-11-30 17:12

I am new to Docker, and trying to go through this tutorial setting up MemSQL from a Docker image - http://docs.memsql.com/4.0/setup/docker/ . I am on a Mac, and the tutoria

7条回答
  •  广开言路
    2020-11-30 17:39

    when you create docker machine, you can nominate the memory size:

    docker-machine create -d virtualbox --virtualbox-memory 4096 default
    

    Let me know if this helps.

提交回复
热议问题