mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2023-09-16
This commit is contained in:
@ -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 -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user