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:
Alexis Pentori 2024-08-20 14:01:29 +02:00
parent 720f663dbd
commit ecf29207bd
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
2 changed files with 4 additions and 1 deletions

View File

@ -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'

View File

@ -26,4 +26,4 @@
- name: infra-role-postgres-ha
src: git@github.com:status-im/infra-role-postgres-ha.git
version: 04b78168fd8024e8af2c6ec1d0ee28eeea7742a2
version: aa752f40623a7f92ce4a95c40cbbabf815452945