Update notes for 2018-01-29

This commit is contained in:
2018-01-29 09:47:55 +02:00
parent 2589683597
commit f4928bf7fb
3 changed files with 10 additions and 10 deletions

View File

@ -1233,7 +1233,7 @@ dspace.log.2018-01-29:0
- Adam Hunt from WLE complained that pages take "1-2 minutes" to load each, from France and Sri Lanka
- I asked him which particular pages, as right now pages load in 2 or 3 seconds for me
- UptimeRobot said CGSpace went down again, and I looked at PostgreSQL and saw 211 active database connections
- If it's not memory and it's not database, it's gotta be Tomcat threads...?
- If it's not memory and it's not database, it's gotta be Tomcat threads, seeing as the default `maxThreads` is 200 anyways, it actually makes sense
- I decided to change the Tomcat thread settings on CGSpace:
- `maxThreads` from 200 (default) to 400
- `processorCache` from 200 (default) to 400, [recommended to be the same as `maxThreads`](https://tomcat.apache.org/tomcat-7.0-doc/config/http.html)