Update notes for 2017-08-11

This commit is contained in:
2017-08-12 00:04:09 +03:00
parent 79d48bb0e4
commit bd4f7ff0a9
3 changed files with 10 additions and 8 deletions

View File

@ -88,3 +88,4 @@ dspace#= \copy (select distinct text_value, count(*) from metadatavalue where me
- I told Tsega to reduce the max connections from 70 to 40 because actually each web application gets that limit and so for xmlui, oai, jspui, rest, etc it could be 70 x 4 = 280 connections depending on the load, and the PostgreSQL config itself is only 100!
- I learned this on a recent discussion on the DSpace wiki
- I need to either look into setting up a database pool through JNDI or increase the PostgreSQL max connections
- Also, I need to find out where the load is coming from (rest?) and possibly block bots from accessing dynamic pages like Browse and Discover instead of just sending an X-Robots-Tag HTTP header