From 8059074d6440d3ede69d9af7de8949d23dfac6db Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 1 May 2018 17:49:50 +0300 Subject: [PATCH] Add notes for 2018-05-01 --- content/posts/2018-05.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/posts/2018-05.md diff --git a/content/posts/2018-05.md b/content/posts/2018-05.md new file mode 100644 index 000000000..3cb1e123c --- /dev/null +++ b/content/posts/2018-05.md @@ -0,0 +1,17 @@ +--- +title: "May, 2018" +date: 2018-05-01T16:43:54+03:00 +author: "Alan Orth" +tags: ["Notes"] +--- + +## 2018-05-01 + +- I cleared the Solr statistics core on DSpace Test by issuing two commands directly to the Solr admin interface: + - http://localhost:3000/solr/statistics/update?stream.body=%3Cdelete%3E%3Cquery%3E*:*%3C/query%3E%3C/delete%3E + - http://localhost:3000/solr/statistics/update?stream.body=%3Ccommit/%3E +- Then I reduced the JVM heap size from 6144 back to 5120m +- Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked the [Ansible infrastructure scripts](https://github.com/ilri/rmg-ansible-public) to support hosts choosing which distribution they want to use + + +