Skip to content

Allocating resources to Docker using Vmmem (alternate method)

Anthony edited this page Oct 12, 2020 · 1 revision

This method for allocating resources to Docker utilizes the virtual machine "Vmmem" that comes with Docker, which is less robust but available on all Windows versions.

  1. Ensure that the C:\ drive and data drives are enabled for use.
  2. Allow all CPUs to be utilized.
  3. Provide more RAM: at least 16 MB of RAM is required, but more is better, and allowing Docker to utilize all available RAM is most robust.
  4. Provide more disk space: at least 60 GB of disk space is required, but more is better, and allowing Docker to utilize all available disk space is most robust.

vmmemSetup

Clone this wiki locally