Skip to content
Snippets Groups Projects
Commit 94892ab3 authored by Peter Metz's avatar Peter Metz Committed by Kubernetes Prow Robot
Browse files

fix(vagrant): sets video RAM to 8 MB, avoids large default (256) (#4230)

parent 323d788f
Branches
Tags
No related merge requests found
......@@ -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|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment