Skip to content

Release 1.7.0

Compare
Choose a tag to compare
@chtitux chtitux released this 18 Jan 05:28
· 11 commits to master since this release
17a9a7d

#15 config: change 'work_mem' and 'maintenance_work_mem' default setting

This change adds two new optionnal role variables postgres_work_mem
and postgres_maintenance_work_mem to be able to set a custom size to
your needs.

It also tries to set sensible defaults to:

  • default value for work_mem to 0.5 % of the total available memory of the machine
  • default value for maintenance_work_mem to 5% of the total available memory of the machine

#16 fix: use modern way of passing variables to included task file

Ansible related change

#19 Enable configuring max_standby_archive_delay

#20 Migrate to github actions for tests