Add notes for 2017-04-06

This commit is contained in:
2017-04-06 09:53:00 +03:00
parent f32c49eb0b
commit 7b4b4843eb
6 changed files with 70 additions and 10 deletions

View File

@ -30,7 +30,7 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th
<meta property="article:published_time" content="2017-04-02T17:08:52&#43;02:00"/>
<meta property="article:modified_time" content="2017-04-04T16:30:55&#43;03:00"/>
<meta property="article:modified_time" content="2017-04-05T16:31:49&#43;03:00"/>
@ -79,9 +79,9 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p &quot;ImageMagick PDF Th
"@type": "BlogPosting",
"headline": "April, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-04/",
"wordCount": "475",
"wordCount": "548",
"datePublished": "2017-04-02T17:08:52&#43;02:00",
"dateModified": "2017-04-04T16:30:55&#43;03:00",
"dateModified": "2017-04-05T16:31:49&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -247,6 +247,19 @@ ILAC_Brief21_PMCA.pdf: 113462 bytes, checksum: 249fef468f401c066a119f5db687add0
2505
</code></pre>
<h2 id="2017-04-06">2017-04-06</h2>
<ul>
<li>After reading the <a href="https://wiki.duraspace.org/display/cmtygp/DCAT+Meeting+April+2017">notes for DCAT April 2017</a> I am testing some new settings for PostgreSQL on DSpace Test:
<ul>
<li><code>db.maxconnections</code> 30→70 (the default PostgreSQL config allows 100 connections, so DSpace&rsquo;s default of 30 is quite low)</li>
<li><code>db.maxwait</code> 5000→10000</li>
<li><code>db.maxidle</code> 8→20 (DSpace default is -1, unlimited, but we had set it to 8 earlier)</li>
</ul></li>
<li>I need to look at the Munin graphs after a few days to see if the load has changed</li>
</ul>