mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2018-05-01
This commit is contained in:
parent
32b98f0afb
commit
8059074d64
17
content/posts/2018-05.md
Normal file
17
content/posts/2018-05.md
Normal 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-->
|
||||
|
Loading…
Reference in New Issue
Block a user