Use two CPUs for the VirtualBox Vagrant box
This commit is contained in:
parent
4fdf64dfbd
commit
5285f86043
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -18,6 +18,7 @@ Vagrant.configure(2) do |config|
|
|||||||
config.vm.provider :virtualbox do |vb|
|
config.vm.provider :virtualbox do |vb|
|
||||||
# Customize the amount of memory on the VM:
|
# Customize the amount of memory on the VM:
|
||||||
vb.memory = "1024"
|
vb.memory = "1024"
|
||||||
|
vb.cpus = 2
|
||||||
end
|
end
|
||||||
|
|
||||||
config.vm.provider :docker do |d, override|
|
config.vm.provider :docker do |d, override|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user