fix: increase resources

This commit is contained in:
Esteban 2024-10-02 10:52:34 +02:00
parent ed5c5930c0
commit a4e8882149

View file

@ -36,12 +36,13 @@ 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: 3072 disk: 3072
# Default resources will take place if we don't specify any. # current: 0.65 CPUs & 0.65 GB Memory
# resources: resources:
# base_memory: 256 base_memory: 512
# memory_ratio: 128 memory_ratio: 512
# The relationships of the application with services or other applications. # The relationships of the application with services or other applications.
# #