8GB (16GB if you keep lost of apps running) for a comfortable work experience.
It is possible to use DDE with less than 8GB of RAM (e.g. 4GB), however not recommended.
The amount of RAM DDE reserves is configurable via the vagrant.yml
file (2GB by default).
You can lower it to 1GB if your host computer runs low on memory.
Please understand that this will be the amount of RAM available to the application stack and sites running on it.
Your CPU should support hardware VT-x/AMD-V virtualization (most modern CPUs) and it should be enabled in BIOS.
While Docker is supported natively on Linux, Mac and Windows users will need a tiny Linux VM layer to be able to run Docker containers.
DDE relies on the following components for Docker support on Mac and Windows:
- VirtualBox 5.0+
- Vagrant 1.7.3+
- Boot2docker Vagrant Box v1.3.1+
You do not have to install these components manually as DDE automates this for you.
Please refer to the setup instructions for further steps.