Skip to content

Commit

Permalink
increase CPUs and memory
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 30, 2024
1 parent da9cf30 commit ff753f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Vagrant.configure("2") do |config|
override.vm.hostname = "quadlet.example.com"

override.vm.provider "libvirt" do |libvirt, provider|
libvirt.memory = "4096"
libvirt.memory = 10240
libvirt.cpus = 4
provider.vm.box_url = CENTOS_9_BOX_URL
end
end
Expand Down

0 comments on commit ff753f6

Please sign in to comment.