1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Add comments about increasing Vagrantfile disk size.

This commit is contained in:
David Steele
2019-12-17 21:56:02 -05:00
parent d89d9f1c52
commit d780d084b7
+2 -1
View File
@@ -7,7 +7,8 @@ Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/bionic64"
config.vm.box_version = "20180719.0.0"
# vagrant plugin install vagrant-disksize
# Increase disk size if the vagrant-disksize plugin is available
# To install the plugin: vagrant plugin install vagrant-disksize
if Vagrant.has_plugin?('vagrant-disksize')
config.disksize.size = '64GB'
end