store-db: increase container share memory
Increase share memory to allow vacuuming Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
720f663dbd
commit
ecf29207bd
|
@ -55,6 +55,9 @@ postgres_system_setting_stage:
|
|||
## Autovacuum
|
||||
autovacuum: 'off'
|
||||
|
||||
# For each 16GB of ram, 1 GB is set to share memory
|
||||
postgres_share_memory: '{{ ansible_memtotal_mb / 16 | int }}m'
|
||||
|
||||
# Consul
|
||||
postgres_ha_consul_check_interval: '60s'
|
||||
postgres_ha_consul_check_timeout: '5s'
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
|
||||
- name: infra-role-postgres-ha
|
||||
src: git@github.com:status-im/infra-role-postgres-ha.git
|
||||
version: 04b78168fd8024e8af2c6ec1d0ee28eeea7742a2
|
||||
version: aa752f40623a7f92ce4a95c40cbbabf815452945
|
||||
|
|
Loading…
Reference in New Issue