mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2015-12-03
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
@ -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...
|
||||
|
Reference in New Issue
Block a user