Skip to content

Instantly share code, notes, and snippets.

@sbuvaneshkumar
Created February 7, 2021 11:57
Show Gist options
  • Save sbuvaneshkumar/962fc91abd603e9704a479bf19567fc1 to your computer and use it in GitHub Desktop.
Save sbuvaneshkumar/962fc91abd603e9704a479bf19567fc1 to your computer and use it in GitHub Desktop.
Vagrant.configure("2") do |config|
config.vm.box = "fedora/32-cloud-base"
config.vm.provider :libvirt do |libvirt|
libvirt.cpus = 3
libvirt.memory = 8024
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment