vagrant: Increase number of CPUs to 2

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2018-10-09 13:03:31 +05:30 committed by James Valleroy
parent 7c1197ba45
commit 9367f9bcaf
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

1
Vagrantfile vendored
View File

@ -20,6 +20,7 @@ Vagrant.configure(2) do |config|
config.vm.box = "freedombox/plinth-dev"
config.vm.network "forwarded_port", guest: 443, host: 4430
config.vm.provider "virtualbox" do |vb|
vb.cpus = 2
vb.memory = 2048
end
config.vm.provision "shell", inline: <<-SHELL