diff --git a/content/posts/2024-09.md b/content/posts/2024-09.md index 3b3caf1c9..a0b6833d4 100644 --- a/content/posts/2024-09.md +++ b/content/posts/2024-09.md @@ -86,4 +86,14 @@ Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0 - I enabled HTTP/3 in nginx - I enabled the SSR patch in Angular: https://github.com/DSpace/dspace-angular/issues/3110 +## 2024-09-16 + +- Experiment with the dspace-statistics-api-js on DSpace 7 Test + - In the past it always caused Solr to run out of memory, but I increased Solr's heap from 2g to 3g and it runs without crashing + - I attached VisualVM to Solr with a 3g and 4g heap and iterated over 1260 pages of results in the dspace-statistics-api-js: + +![Solr with 3g heap](/cgspace-notes/2024/09/2024-09-16-Solr-3g-heap.png) + +![Solr with 4g heap](/cgspace-notes/2024/09/2024-09-16-Solr-4g-heap.png) + diff --git a/docs/2024-09/index.html b/docs/2024-09/index.html index 3783f4e0e..4cf8dab5a 100644 --- a/docs/2024-09/index.html +++ b/docs/2024-09/index.html @@ -34,7 +34,7 @@ Upgrade CGSpace to DSpace 7.6.2 "@type": "BlogPosting", "headline": "September, 2024", "url": "https://alanorth.github.io/cgspace-notes/2024-09/", - "wordCount": "523", + "wordCount": "579", "datePublished": "2024-09-01T21:16:00-07:00", "dateModified": "2024-09-14T23:02:16+03:00", "author": { @@ -192,6 +192,17 @@ Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0
  • I enabled HTTP/3 in nginx
  • I enabled the SSR patch in Angular: https://github.com/DSpace/dspace-angular/issues/3110
  • +

    2024-09-16

    + +

    Solr with 3g heap

    +

    Solr with 4g heap

    diff --git a/static/2024/09/2024-09-16 Solr 3g heap.png b/docs/2024/09/2024-09-16-Solr-3g-heap.png similarity index 100% rename from static/2024/09/2024-09-16 Solr 3g heap.png rename to docs/2024/09/2024-09-16-Solr-3g-heap.png diff --git a/static/2024/09/2024-09-16 Solr 4g heap.png b/docs/2024/09/2024-09-16-Solr-4g-heap.png similarity index 100% rename from static/2024/09/2024-09-16 Solr 4g heap.png rename to docs/2024/09/2024-09-16-Solr-4g-heap.png diff --git a/docs/2024/09/m.png b/docs/2024/09/m.png new file mode 100644 index 000000000..858306ae8 Binary files /dev/null and b/docs/2024/09/m.png differ diff --git a/static/2024/09/2024-09-16-Solr-3g-heap.png b/static/2024/09/2024-09-16-Solr-3g-heap.png new file mode 100644 index 000000000..858306ae8 Binary files /dev/null and b/static/2024/09/2024-09-16-Solr-3g-heap.png differ diff --git a/static/2024/09/2024-09-16-Solr-4g-heap.png b/static/2024/09/2024-09-16-Solr-4g-heap.png new file mode 100644 index 000000000..28cf500b4 Binary files /dev/null and b/static/2024/09/2024-09-16-Solr-4g-heap.png differ