From 9809c45295b0f1d3ec0601d423840146b4d6add3 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 30 Mar 2017 14:50:53 +0300 Subject: [PATCH] Add notes for 2017-03-30 --- content/post/2017-03.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/post/2017-03.md b/content/post/2017-03.md index 30103ffb3..47f9f8ca9 100644 --- a/content/post/2017-03.md +++ b/content/post/2017-03.md @@ -230,3 +230,7 @@ dspace=# select case when metadata_schema_id=1 then 'dc' else 'cg' end as schema ``` dspace=# select coalesce(case when metadata_schema_id=1 then 'dc.' else 'cg.' end) || concat_ws('.', element, qualifier) as field, scope_note from metadatafieldregistry where metadata_schema_id in (1, 2); ``` + +## 2017-03-30 + +- Adjust the Linode CPU usage alerts for the CGSpace server from 150% to 200%, as generally the nightly Solr indexing causes a usage around 150–190%, so this should make the alerts less regular