Increase memory and CPUs

This commit is contained in:
Oliver Davies 2019-01-22 22:42:53 +00:00
parent e239e43e6b
commit d1d88526b2

2
Vagrantfile vendored
View file

@ -8,6 +8,8 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |vb|
vb.name = 'dransible'
vb.memory = 1024
vb.cpus = 2
end
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134