diff --git a/content/2015-11.md b/content/2015-11.md index b50357cda..e4cc5113f 100644 --- a/content/2015-11.md +++ b/content/2015-11.md @@ -83,3 +83,14 @@ datid | datname | pid | usesysid | usename | application_name | client_addr - Change `db.maxidle` from -1 to 10, reduce `db.maxconnections` from 90 to 50, and restart postgres and tomcat7 - Also redeploy DSpace Test with a clean sync of CGSpace and mirror these database settings there as well - Also deploy the nginx fixes for the `try_files` location block as well as the expires block + +## 2015-11-26 + +- CGSpace behaving much better since changing `db.maxidle` yesterday, but still two up/down notices from monitoring this morning (better than 50!) +- CCAFS colleagues mentioned that the REST API is very slow, 24 seconds for one item +- Not as bad for me, but still unsustainable if you have to get many: + +``` +$ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle/10568/32802?expand=all +8.415 +```