Closed taljacob2 closed 2 years ago
Initialize an environment of Vagrant, based on VirtualBox with fedora/34-cloud-base box.
Make sure you allocate 1024 MB of RAM to the VM, by navigating to your Vagrantfile and adding the following lines:
Vagrantfile
config.vm.provider "virtualbox" do |vb| # Customize the amount of memory on the VM: vb.memory = "1024" end
Initialize an environment of Vagrant, based on VirtualBox with fedora/34-cloud-base box.
Make sure you allocate 1024 MB of RAM to the VM, by navigating to your
Vagrantfile
and adding the following lines: