cgspace-notes/content/posts/2018-05.md

18 lines
711 B
Markdown
Raw Normal View History

2018-05-01 16:49:50 +02:00
---
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-->