Allocate more memory

This commit is contained in:
2024-10-01 22:58:35 +02:00
parent 979c64a991
commit 18b375fbd3
2 changed files with 4 additions and 4 deletions

View File

@ -181,8 +181,8 @@ _EOT
resources {
cpu = 50
memory = 192
memory_max = 256
memory = 256
memory_max = 384
}
}

View File

@ -17,8 +17,8 @@ miniflux:
# Resources for the container
resources:
cpu: 50
memory: 192
memory_max: 256
memory: 256
memory_max: 384
wait_for:
- service: primary.postgres[[ .consul.suffix ]]