ilri / DSpace

Fork of the official DSpace repository. DSpace powers the CGIAR outputs repository (CGSpace). This repository contains local modifications to the DSpace source code.
https://cgspace.cgiar.org
BSD 3-Clause "New" or "Revised" License
9 stars 15 forks source link

Increase filterCache on Solr statistics core #425

Closed alanorth closed 5 years ago

alanorth commented 5 years ago

In my tests with the dspace-statistics-api this drastically helps the indexing speed and actually reduces memory usage and instances of garbage collection. I tested the default value of 512 as well as 1024, 2048, 4096, and finally settled on 16384.

See: https://alanorth.github.io/cgspace-notes/2019-04/#2019-04-17