feat(config): optimize space allocation

This commit is contained in:
Jan Kohlbach 2024-10-02 14:26:06 +02:00
parent f4025098e9
commit 32238d7b30
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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