From 80f345267a3a50fc97977f90dfb90550c9f9675e Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Wed, 9 Nov 2022 11:42:49 +0100 Subject: [PATCH] Increased the vagrant disc size. --- vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 1010829..178ee2e 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Every Vagrant virtual environment requires a box to build off of. config.vm.box = "bento/ubuntu-20.04" - config.disksize.size = "50GB" + config.disksize.size = "100GB" config.vm.provision "shell", privileged: false, path: "bootstrap.sh" # Disable automatic box update checking. If you disable this, then