update post with correct mb spec...

This commit is contained in:
John Bowdre 2023-02-22 13:11:33 -06:00
parent 121a59f602
commit 6fff1dce30
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "oopsme/windows11-22h2"
config.vm.provider :libvirt do |libvirt|
libvirt.cpus = 4
libvirt.memory = 4
libvirt.memory = 4096
end
end