copr-frontend: give postgres 25% RAM for shared_buffers

This commit is contained in:
Pavel Raiskup 2024-12-04 16:21:00 +01:00
parent e5678cb784
commit eb1c888537

View file

@ -60,7 +60,7 @@
lineinfile:
path: /var/lib/pgsql/data/postgresql.conf
regexp: '^shared_buffers ='
line: 'shared_buffers = 1024MB'
line: 'shared_buffers = 8096MB'
notify: restart postgresql
tags:
- config