Add notes for 2018-05-01

This commit is contained in:
Alan Orth 2018-05-01 17:49:50 +03:00
parent 32b98f0afb
commit 8059074d64
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

17
content/posts/2018-05.md Normal file
View File

@ -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
<!--more-->