From 936d7b543d3f85635d191b617a434d7783fba71e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 20 Nov 2017 09:19:44 +0200 Subject: [PATCH] Update notes --- content/post/2017-11.md | 6 ++++-- public/2017-11/index.html | 14 +++++++++----- public/2017/11/tomcat-jvm-g1gc.png | Bin 13358 -> 13265 bytes public/sitemap.xml | 10 +++++----- static/2017/11/tomcat-jvm-g1gc.png | Bin 13358 -> 13265 bytes 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/content/post/2017-11.md b/content/post/2017-11.md index b35add56d..a42bea963 100644 --- a/content/post/2017-11.md +++ b/content/post/2017-11.md @@ -694,6 +694,8 @@ $ jconsole -J-DsocksProxyHost=localhost -J-DsocksProxyPort=7777 service:jmx:rmi: ![Jconsole sessions for XMLUI](/cgspace-notes/2017/11/jconsole-sessions.png) +- Switch DSpace Test to using the G1GC for JVM so I can see what the JVM graph looks like eventually, and start evaluating it for production + ## 2017-11-19 - Linode sent an alert that CGSpace was using a lot of CPU around 4–6 AM @@ -737,6 +739,6 @@ $ grep -c com.atmire.utils.UpdateSolrStatsMetadata dspace.log.2017-11-19 2017-11-19 03:00:32,807 ERROR org.apache.pdfbox.filter.FlateFilter @ FlateFilter: stop reading corrupt stream due to a DataFormatException ``` -- It's been a few days since I enabled the G1GC on DSpace Test, the JVM graph definitely changed, but I can't remember which day I made the change! +- 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) +![Tomcat G1GC](/cgspace-notes/2017/11/tomcat-jvm-g1gc.png) diff --git a/public/2017-11/index.html b/public/2017-11/index.html index 646b5d68a..69d7750ef 100644 --- a/public/2017-11/index.html +++ b/public/2017-11/index.html @@ -38,7 +38,7 @@ COPY 54701 - + @@ -86,9 +86,9 @@ COPY 54701 "@type": "BlogPosting", "headline": "November, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-11/", - "wordCount": "4312", + "wordCount": "4327", "datePublished": "2017-11-02T09:37:54+02:00", - "dateModified": "2017-11-19T16:11:12+02:00", + "dateModified": "2017-11-19T23:10:58+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -924,6 +924,10 @@ dspace6=# CREATE EXTENSION pgcrypto;

Jconsole sessions for XMLUI

+ +

2017-11-19