mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
fix: increase resources
This commit is contained in:
parent
ed5c5930c0
commit
a4e8882149
1 changed files with 5 additions and 4 deletions
|
|
@ -36,12 +36,13 @@ 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
|
||||
|
||||
# Default resources will take place if we don't specify any.
|
||||
# resources:
|
||||
# base_memory: 256
|
||||
# memory_ratio: 128
|
||||
# current: 0.65 CPUs & 0.65 GB Memory
|
||||
resources:
|
||||
base_memory: 512
|
||||
memory_ratio: 512
|
||||
|
||||
# The relationships of the application with services or other applications.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue