I have googled this and can't find what command allows me to allocate the video memory for when using vagrant and virtualbox. Can someone tell me what it is? This is what I have for my virtual box configuration so far:
config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.cpus = 1
v.name = "Awesome Box"
end