Created
February 7, 2021 11:57
-
-
Save sbuvaneshkumar/962fc91abd603e9704a479bf19567fc1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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