mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
content/2015-11.md: Add notes about CGSpace crashing again
Due to PostgreSQL idle connections again Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
614d7cd727
commit
ecd858530d
@ -60,3 +60,9 @@ location ~ /(themes|aspects/ReportingSuite|aspects/Statistics) {
|
|||||||
```
|
```
|
||||||
|
|
||||||
- Need to check `/about` on CGSpace, as it's blank on my local test server and we might need to add something there
|
- Need to check `/about` on CGSpace, as it's blank on my local test server and we might need to add something there
|
||||||
|
- CGSpace has been up and down all day due to PostgreSQL idle connections (current DSpace pool is 90):
|
||||||
|
|
||||||
|
```
|
||||||
|
$ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspace
|
||||||
|
93
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user