Skip to content

Commit

Permalink
Increased the vagrant disc size.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Baidan committed Nov 9, 2022
1 parent 89e9de4 commit 80f3452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80f3452

Please sign in to comment.