Add notes for 2015-12-03

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-12-03 11:08:14 +02:00
parent 5ea7866144
commit 822aca8228
4 changed files with 57 additions and 0 deletions

View File

@ -77,3 +77,15 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
- The authorizations for the item are all public READ, and I don't see any errors in dspace.log when browsing that item
- I filed a ticket on Atmire's issue tracker
- I also filed a ticket on Atmire's issue tracker for the PostgreSQL stuff
## 2015-12-03
- CGSpace very slow, and monitoring emailing me to say its down, even though I can load the page (very slowly)
- Idle postgres connections look like this (with no change in DSpace db settings lately):
```
$ psql -c 'SELECT * from pg_stat_activity;' | grep cgspace | grep -c idle
29
```
- I restarted Tomcat and postgres...