Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlexBaranowski/fef096e39f9861af0f8a99559b7285b2 to your computer and use it in GitHub Desktop.
Save AlexBaranowski/fef096e39f9861af0f8a99559b7285b2 to your computer and use it in GitHub Desktop.
config.vm.provider "libvirt" do |vb|
# Customize the amount of memory on the VM:
vb.memory = 4096
vb.cpus = 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment