Update notes

This commit is contained in:
2017-09-10 18:21:38 +03:00
parent 184f0628b3
commit 760cfa2413
4 changed files with 13 additions and 11 deletions

View File

@ -54,3 +54,4 @@ dspace.log.2017-09-10:0
- There are still some errors, though, so maybe I should bump the connection limit up a bit
- I remember seeing that Munin shows that the average number of connections is 50 (which is probably mostly from the XMLUI) and we're currently allowing 40 connections per app, so maybe it would be good to bump that value up to 50 or 60 along with the system's PostgreSQL `max_connections` (formula should be: webapps * 60 + 3, or 3 * 60 + 3 = 183 in our case)
- I updated both CGSpace and DSpace Test to use these new settings (60 connections per web app and 183 for system PostgreSQL limit)
- I'm expecting to see 0 connection errors for the next few months