mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
7c1197ba45
commit
9367f9bcaf
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user