diff --git a/.platform.app.yaml b/.platform.app.yaml index db0cfe627..6f4bbf2c5 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -36,10 +36,10 @@ mounts: source_path: uploads # The size of the persistent disk of the application (in MB). -disk: 2048 +disk: 256 resources: - base_memory: 256 + base_memory: 462 memory_ratio: 128 # The relationships of the application with services or other applications. diff --git a/.platform/services.yaml b/.platform/services.yaml index cc9a7a02c..4bd33fbc0 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: 4864