Add notes for 2017-08-15

This commit is contained in:
2017-08-15 11:56:35 +03:00
parent a4e2af0b48
commit ca0dfb1d3c
3 changed files with 22 additions and 8 deletions

View File

@ -37,7 +37,7 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
<meta property="article:published_time" content="2017-08-01T11:51:52&#43;03:00"/>
<meta property="article:modified_time" content="2017-08-14T12:40:13&#43;03:00"/>
<meta property="article:modified_time" content="2017-08-14T14:41:36&#43;03:00"/>
@ -85,9 +85,9 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
"@type": "BlogPosting",
"headline": "August, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-08/",
"wordCount": "1842",
"wordCount": "1877",
"datePublished": "2017-08-01T11:51:52&#43;03:00",
"dateModified": "2017-08-14T12:40:13&#43;03:00",
"dateModified": "2017-08-14T14:41:36&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -353,6 +353,14 @@ $ grep -rsI SQLException dspace-xmlui | wc -l
<li>Unfortunately I don&rsquo;t have the breakdown of which DSpace apps are making those connections (I&rsquo;ll assume XMLUI)</li>
<li>So I guess a limit of 30 (DSpace default) is too low, but 70 causes problems when the load increases and the system&rsquo;s PostgreSQL <code>max_connections</code> is too low</li>
<li>For now I think maybe setting DSpace&rsquo;s <code>db.maxconnections</code> to 40 and adjusting the system&rsquo;s <code>max_connections</code> might be a good starting point: 40 * 3 + 4 = 123</li>
<li>Apply 223 more author corrections from Peter on CGIAR Library</li>
<li>Help Magdalena from CCAFS with some CUA statistics questions</li>
</ul>
<h2 id="2017-08-15">2017-08-15</h2>
<ul>
<li>Increase the nginx upload limit on CGSpace (linode18) so Sisay can upload 23 CIAT reports</li>
</ul>