mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Increase CPU count to 4
This commit is contained in:
parent
0e8b9b0184
commit
2069e5deb2
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user