Add notes for 2017-11-20 and regenerate public

This commit is contained in:
2017-11-20 15:56:01 +02:00
parent 936d7b543d
commit ec54ad6844
38 changed files with 58 additions and 44 deletions

View File

@ -742,3 +742,9 @@ $ grep -c com.atmire.utils.UpdateSolrStatsMetadata dspace.log.2017-11-19
- It's been a few days since I enabled the G1GC on DSpace Test and the JVM graph definitely changed:
![Tomcat G1GC](/cgspace-notes/2017/11/tomcat-jvm-g1gc.png)
## 2017-11-20
- I found [an article about JVM tuning](https://www.cakesolutions.net/teamblogs/low-pause-gc-on-the-jvm) that gives some pointers how to enable logging and tools to analyze logs for you
- Also notes on [rotating GC logs](https://blog.gceasy.io/2016/11/15/rotating-gc-log-files/)
- I decided to switch DSpace Test back to the CMS garbage collector because it is designed for low pauses and high throughput (like G1GC!) and because we haven't even tried to monitor or tune it