copr-frontend: give postgres 25% RAM for shared_buffers
This commit is contained in:
parent
e5678cb784
commit
eb1c888537
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /var/lib/pgsql/data/postgresql.conf
|
path: /var/lib/pgsql/data/postgresql.conf
|
||||||
regexp: '^shared_buffers ='
|
regexp: '^shared_buffers ='
|
||||||
line: 'shared_buffers = 1024MB'
|
line: 'shared_buffers = 8096MB'
|
||||||
notify: restart postgresql
|
notify: restart postgresql
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue