fix: increase services disk

This commit is contained in:
Esteban 2024-10-02 11:08:23 +02:00
parent 1d7b99645c
commit 0dec079d8e
2 changed files with 2 additions and 3 deletions

View file

@ -36,8 +36,7 @@ mounts:
source_path: uploads source_path: uploads
# The size of the persistent disk of the application (in MB). # The size of the persistent disk of the application (in MB).
# We need to let 2GB for the system, so the minimum disk size is 3072MB. (of 5GB) disk: 512
disk: 3072
# current: 0.65 CPUs & 0.65 GB Memory # current: 0.65 CPUs & 0.65 GB Memory
# formula base_memory + (0.5 * memory_ratio) = # formula base_memory + (0.5 * memory_ratio) =

View file

@ -7,4 +7,4 @@ dbpostgres:
# the CLI will return an error. # the CLI will return an error.
type: postgresql:15 type: postgresql:15
# The disk attribute is the size of the persistent disk (in MB) allocated to the service. # The disk attribute is the size of the persistent disk (in MB) allocated to the service.
disk: 2048 disk: 4608