Allocate more memory
This commit is contained in:
@ -181,8 +181,8 @@ _EOT
|
||||
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 192
|
||||
memory_max = 256
|
||||
memory = 256
|
||||
memory_max = 384
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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 ]]
|
||||
|
Reference in New Issue
Block a user