Skip to content

Commit

Permalink
More VRAM
Browse files Browse the repository at this point in the history
  • Loading branch information
hasiotis committed Apr 30, 2024
1 parent e02f285 commit 36765fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbuilder/vm/vagrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def dhcp_server_matches_config?(dhcp_server, config)
v.memory = zparam[:memory]
v.cpus = zparam[:vcpus]
v.customize ["modifyvm", :id, "--graphicscontroller", "vmsvga"]
v.customize ["modifyvm", :id, "--vram", "16"]
v.customize ["modifyvm", :id, "--vram", "64"]
v.customize ["modifyvm", :id, "--vrde", "off"]
v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
v.customize ["modifyvm", :id, "--nictype1", "virtio"]
Expand Down

0 comments on commit 36765fb

Please sign in to comment.