mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-25 16:08:19 +01:00
Add notes for 2023-09-16
This commit is contained in:
parent
afcbc67874
commit
202d3fb88f
@ -92,4 +92,21 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUS
|
||||
- I had two occurrences of an OOM kill of the Tomcat 9 java process on DSpace 7 test tonight
|
||||
- Once while doing a Discovery index, the other while doing filter media
|
||||
|
||||
## 2023-09-15
|
||||
|
||||
- Discuss issues with the Altmetric API with the Altmetric support team
|
||||
- Apparently we can use a different API, the [Explorer API](https://www.altmetric.com/explorer/documentation/api), since we already have access to the Explorer dashboard
|
||||
- I reduced the Solr heap size on DSpace 7 from 3GB to 2GB
|
||||
- Apparentlty I already did this from 4GB to 3GB a few months ago
|
||||
- The Solr admin interface was showing Solr taking ~1GB of RAM so I think this should be safe
|
||||
- Mark on DSpace Slack said he uses PM2's `--max-memory-restart` so the processes restart when they hit the limit
|
||||
- Also, he said he had to reduce `cache:serverSide:botCache:max` from 1000 to 500 to cache less SSR pages in memory
|
||||
- I decided to try deploying DSpace 7 Test on a Hetzner server with 64GB RAM, 6 CPUs, and 2x512GB NVMe SSD
|
||||
|
||||
## 2023-09-16
|
||||
|
||||
- Export CGSpace to check for missing Initiative collection mappings
|
||||
- Start a harvest on AReS
|
||||
- Configure the privacy policy page on DSpace 7 using a themed component with the text from our DSpace 6 site
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -15,7 +15,7 @@ Start a harvest on AReS
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2023-09/" />
|
||||
<meta property="article:published_time" content="2023-09-02T17:29:36+03:00" />
|
||||
<meta property="article:modified_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="article:modified_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -36,9 +36,9 @@ Start a harvest on AReS
|
||||
"@type": "BlogPosting",
|
||||
"headline": "September, 2023",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2023-09/",
|
||||
"wordCount": "594",
|
||||
"wordCount": "762",
|
||||
"datePublished": "2023-09-02T17:29:36+03:00",
|
||||
"dateModified": "2023-09-10T09:58:29+03:00",
|
||||
"dateModified": "2023-09-14T20:57:25+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -218,6 +218,32 @@ Start a harvest on AReS
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2023-09-15">2023-09-15</h2>
|
||||
<ul>
|
||||
<li>Discuss issues with the Altmetric API with the Altmetric support team
|
||||
<ul>
|
||||
<li>Apparently we can use a different API, the <a href="https://www.altmetric.com/explorer/documentation/api">Explorer API</a>, since we already have access to the Explorer dashboard</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>I reduced the Solr heap size on DSpace 7 from 3GB to 2GB
|
||||
<ul>
|
||||
<li>Apparentlty I already did this from 4GB to 3GB a few months ago</li>
|
||||
<li>The Solr admin interface was showing Solr taking ~1GB of RAM so I think this should be safe</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Mark on DSpace Slack said he uses PM2’s <code>--max-memory-restart</code> so the processes restart when they hit the limit
|
||||
<ul>
|
||||
<li>Also, he said he had to reduce <code>cache:serverSide:botCache:max</code> from 1000 to 500 to cache less SSR pages in memory</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>I decided to try deploying DSpace 7 Test on a Hetzner server with 64GB RAM, 6 CPUs, and 2x512GB NVMe SSD</li>
|
||||
</ul>
|
||||
<h2 id="2023-09-16">2023-09-16</h2>
|
||||
<ul>
|
||||
<li>Export CGSpace to check for missing Initiative collection mappings</li>
|
||||
<li>Start a harvest on AReS</li>
|
||||
<li>Configure the privacy policy page on DSpace 7 using a themed component with the text from our DSpace 6 site</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2023-09-10T09:58:29+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-14T20:57:25+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -3,19 +3,19 @@
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2023-09-10T09:58:29+03:00</lastmod>
|
||||
<lastmod>2023-09-14T20:57:25+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2023-09-10T09:58:29+03:00</lastmod>
|
||||
<lastmod>2023-09-14T20:57:25+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2023-09-10T09:58:29+03:00</lastmod>
|
||||
<lastmod>2023-09-14T20:57:25+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2023-09-10T09:58:29+03:00</lastmod>
|
||||
<lastmod>2023-09-14T20:57:25+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2023-09/</loc>
|
||||
<lastmod>2023-09-10T09:58:29+03:00</lastmod>
|
||||
<lastmod>2023-09-14T20:57:25+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2023-08/</loc>
|
||||
<lastmod>2023-09-01T08:10:02+03:00</lastmod>
|
||||
|
Loading…
Reference in New Issue
Block a user