mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
feat(config): optimize space allocation
This commit is contained in:
parent
f4025098e9
commit
32238d7b30
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue