diff --git a/content/posts/2018-08.md b/content/posts/2018-08.md
index d9c511189..c494a99d3 100644
--- a/content/posts/2018-08.md
+++ b/content/posts/2018-08.md
@@ -24,4 +24,10 @@ tags: ["Notes"]
+- I started looking over the latest round of IITA batch records from Sisay on DSpace Test: [IITA July_30](https://dspacetest.cgiar.org/handle/10568/103250)
+ - incorrect authorship types
+ - dozens of inconsistencies, spelling mistakes, and white space in author affiliations
+ - minor issues in countries (California is not a country)
+ - minor issues in IITA subjects, ISBNs, languages, and AGROVOC subjects
+
diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html
index 8197de2e5..d0765c458 100644
--- a/docs/2015-11/index.html
+++ b/docs/2015-11/index.html
@@ -53,7 +53,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac
"/>
-
+
@@ -297,6 +297,8 @@ db.statementpool = true
+
+ 2018-08-01
+
+
+- DSpace Test had crashed at some point yesterday morning and I see the following in
dmesg
:
+
+
+[Tue Jul 31 00:00:41 2018] Out of memory: Kill process 1394 (java) score 668 or sacrifice child
+[Tue Jul 31 00:00:41 2018] Killed process 1394 (java) total-vm:15601860kB, anon-rss:5355528kB, file-rss:0kB, shmem-rss:0kB
+[Tue Jul 31 00:00:41 2018] oom_reaper: reaped process 1394 (java), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
+
+
+
+- Judging from the time of the crash it was probably related to the Discovery indexing that starts at midnight
+- From the DSpace log I see that eventually Solr stopped responding, so I guess the
java
process that was OOM killed above was Tomcat’s
+- I’m not sure why Tomcat didn’t crash with an OutOfMemoryError…
+- Anyways, perhaps I should increase the JVM heap from 5120m to 6144m like we did a few months ago when we tried to run the whole CGSpace Solr core
+- The server only has 8GB of RAM so we’ll eventually need to upgrade to a larger one because we’ll start starving the OS, PostgreSQL, and command line batch processes
+- I ran all system updates on DSpace Test and rebooted it
+
+
+
+ Read more →
+
+
+
+
+
+
+