mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
fix: increase services disk
This commit is contained in:
parent
1d7b99645c
commit
0dec079d8e
2 changed files with 2 additions and 3 deletions
|
|
@ -36,8 +36,7 @@ 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: 512
|
||||||
disk: 3072
|
|
||||||
|
|
||||||
# current: 0.65 CPUs & 0.65 GB Memory
|
# current: 0.65 CPUs & 0.65 GB Memory
|
||||||
# formula base_memory + (0.5 * memory_ratio) =
|
# formula base_memory + (0.5 * memory_ratio) =
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@ dbpostgres:
|
||||||
# the CLI will return an error.
|
# the CLI will return an error.
|
||||||
type: postgresql:15
|
type: postgresql:15
|
||||||
# The disk attribute is the size of the persistent disk (in MB) allocated to the service.
|
# The disk attribute is the size of the persistent disk (in MB) allocated to the service.
|
||||||
disk: 2048
|
disk: 4608
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue