Update notes

This commit is contained in:
2018-05-30 10:50:55 -07:00
parent 45c2ce5d97
commit eda8e3e42e
3 changed files with 35 additions and 8 deletions

View File

@ -343,3 +343,16 @@ dspace=# select email, netid from eperson where email not like '%cgiar.org%' and
## 2018-05-30
- Talk to Samantha from Bioversity about something related to Google Analytics, I'm still not sure what they want
- DSpace Test crashed last night, seems to be related to system memory (not JVM heap)
- I see this in `dmesg`:
```
[Wed May 30 00:00:39 2018] Out of memory: Kill process 6082 (java) score 697 or sacrifice child
[Wed May 30 00:00:39 2018] Killed process 6082 (java) total-vm:14876264kB, anon-rss:5683372kB, file-rss:0kB, shmem-rss:0kB
[Wed May 30 00:00:40 2018] oom_reaper: reaped process 6082 (java), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
```
- I need to check the Tomcat JVM heap size/usage, command line JVM heap size (for cron jobs), and PostgreSQL memory usage
- It might be possible to adjust some things, but eventually we'll need a larger VPS instance
- For some reason there are no JVM stats in Munin, ugh
- Run all system updates on DSpace Test and reboot it