mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Add comments about increasing Vagrantfile disk size.
This commit is contained in:
parent
d89d9f1c52
commit
d780d084b7
3
test/Vagrantfile
vendored
3
test/Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user