Permalink
Browse files

Adding libvirt configuration

  • Loading branch information...
1 parent 987b17d commit 25291606ea8281ffc415efd7b5ccb52153ca5dda @secondsun secondsun committed Jul 27, 2016
Showing with 3 additions and 0 deletions.
  1. +3 −0 Vagrantfile
View
@@ -30,6 +30,9 @@ Vagrant.configure(2) do |config|
config.vm.network "private_network", ip: "192.168.42.10"
+ config.vm.provider "libvirt" do |vb|
+ vb.memory = "1024"
+ end
config.vm.provider "virtualbox" do |vb|
vb.memory = "1024"
end

0 comments on commit 2529160

Please sign in to comment.