Merge "Reduce minimum data disk size for the AIO to 50GB"
This commit is contained in:
commit
813be4f33f
@ -16,7 +16,7 @@ they're great for smaller proof-of-concept deployments.
|
||||
Absolute minimum server resources (currently used for gate checks):
|
||||
|
||||
* 8 vCPU's
|
||||
* 60GB free disk space on the root partition
|
||||
* 50GB free disk space on the root partition
|
||||
* 8GB RAM
|
||||
|
||||
Recommended server resources:
|
||||
|
@ -77,7 +77,7 @@ bootstrap_host_data_disk_device_force: no
|
||||
#
|
||||
# If the storage capacity on this device is greater than or equal to this
|
||||
# size (in GB), the bootstrap process will use it.
|
||||
bootstrap_host_data_disk_min_size: 60
|
||||
bootstrap_host_data_disk_min_size: 50
|
||||
|
||||
### Optional Settings ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user