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