Permalink
Browse files
Adding libvirt configuration
- Loading branch information...
Showing
with
3 additions
and
0 deletions.
-
+3
−0
Vagrantfile
|
|
@@ -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