mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2017-03-30
This commit is contained in:
parent
394e477fcb
commit
9809c45295
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user