# Vm config # Config your vm settings here config.vm.provider "virtualbox" do |v| v.memory = 8192 v.cpus = 4 end