content/2015-11.md: Add more notes

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-11-27 09:07:50 +02:00
parent e1e88c0fc2
commit abc06d5a7a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 11 additions and 0 deletions

View File

@ -94,3 +94,14 @@ datid | datname | pid | usesysid | usename | application_name | client_addr
$ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle/10568/32802?expand=all
8.415
```
- Monitoring e-mailed in the evening to say CGSpace was down
- Idle connections in PostgreSQL again:
```
$ psql -c 'SELECT * from pg_stat_activity;' | grep cgspace | grep -c idle
66
```
- At the time, the current DSpace pool size was 50...
- I reduced the pool back to the default of 30, and reduced the `db.maxidle` settings from 10 to 8