Increase CPU count to 4

This commit is contained in:
Khue Doan 2020-07-23 16:47:31 +07:00
parent 0e8b9b0184
commit 2069e5deb2

3
Vagrantfile vendored
View File

@ -5,7 +5,8 @@ Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/bionic64"
config.vm.provider "virtualbox" do |vb|
vb.memory = "8192"
vb.cpus = 4
vb.memory = 8192
end
# LXD port