diff --git a/Vagrantfile b/Vagrantfile index 3afc6d0c49e0257dd268fe59f1f35ea0aa05a00d..5e30f9e8cbb83433b71bade3b37814eb4b115323 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -120,6 +120,7 @@ Vagrant.configure("2") do |config| vb.cpus = $vm_cpus vb.gui = $vm_gui vb.linked_clone = true + vb.customize ["modifyvm", :id, "--vram", "8"] # ubuntu defaults to 256 MB which is a waste of precious RAM end node.vm.provider :libvirt do |lv|