diff --git a/.platform.app.yaml b/.platform.app.yaml index 59698964b..2098d4164 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -36,8 +36,7 @@ mounts: source_path: uploads # 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: 3072 +disk: 512 # current: 0.65 CPUs & 0.65 GB Memory # formula base_memory + (0.5 * memory_ratio) = diff --git a/.platform/services.yaml b/.platform/services.yaml index cc9a7a02c..45215cd9d 100644 --- a/.platform/services.yaml +++ b/.platform/services.yaml @@ -7,4 +7,4 @@ dbpostgres: # the CLI will return an error. type: postgresql:15 # The disk attribute is the size of the persistent disk (in MB) allocated to the service. - disk: 2048 + disk: 4608