From abc06d5a7ab0f9b74451e803153b00db73b9b221 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 27 Nov 2015 09:07:50 +0200 Subject: [PATCH] content/2015-11.md: Add more notes Signed-off-by: Alan Orth --- content/2015-11.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/2015-11.md b/content/2015-11.md index e4cc5113f..f4797c856 100644 --- a/content/2015-11.md +++ b/content/2015-11.md @@ -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