db-koji01: Some adjustments to avoid any outages
Using the 'fix outage' clause in freeze here. ;) Basically adjust db-koji01 to use more memory and avoid saturating i/o. With these settings, page loads look faster and i/o is not saturated. We should try adding more cpus and such, but that will require a reboot, so avoiding for now. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
58f5ee58e6
commit
48a207abc1
2 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,7 @@ temp_buffers = 8MB # min 800kB
|
|||
work_mem = 4MB
|
||||
maintenance_work_mem = 1GB # min 1MB
|
||||
{% else %}
|
||||
work_mem = 64MB
|
||||
work_mem = 128MB
|
||||
maintenance_work_mem = 2GB # min 1MB
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue