Add notes for 2017-09-15

This commit is contained in:
2017-09-15 19:20:37 +03:00
parent 75754e3419
commit 0a45ce22c2
3 changed files with 35 additions and 8 deletions

View File

@ -339,3 +339,16 @@ dspace=# select distinct text_value, authority, confidence from metadatavalue wh
- CGSpace was very slow and Uptime Robot even said it was down at one time
- I didn't see any abnormally high usage in the REST or OAI logs, but looking at Munin I see the average JVM usage was at 4.9GB and the heap is only 5GB (5120M), so I think it's just normal growing pains
- Every few months I generally try to increase the JVM heap to be 512M higher than the average usage reported by Munin, so now I adjusted it to 5632M
## 2017-09-15
- Apply CCAFS project tag corrections on CGSpace:
```
dspace=# \i /tmp/ccafs-projects.sql
DELETE 5
UPDATE 4
UPDATE 1
DELETE 1
DELETE 207
```