aboutsummaryrefslogtreecommitdiff
path: root/script/jepsen.garage/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'script/jepsen.garage/Vagrantfile')
-rw-r--r--script/jepsen.garage/Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/jepsen.garage/Vagrantfile b/script/jepsen.garage/Vagrantfile
index c40c600d..d0e545d3 100644
--- a/script/jepsen.garage/Vagrantfile
+++ b/script/jepsen.garage/Vagrantfile
@@ -13,6 +13,7 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |vb|
vb.gui = false
vb.memory = "512"
+ vb.customize ["modifyvm", :id, "--vram=12"]
end
config.vm.provision "shell", inline: <<-SHELL