Add notes for 2017-08-11

This commit is contained in:
2017-08-12 00:02:42 +03:00
parent ef2d5b544a
commit 79d48bb0e4
3 changed files with 24 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-10T15:26:52&#43;03:00"/>
<meta property="article:modified_time" content="2017-08-10T16:59:25&#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": "1024",
"wordCount": "1115",
"datePublished": "2017-08-01T11:51:52&#43;03:00",
"dateModified": "2017-08-10T15:26:52&#43;03:00",
"dateModified": "2017-08-10T16:59:25&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -253,6 +253,15 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
<li>Follow up with Lili and Andrea about the pending CCAFS metadata and flagship updates</li>
</ul>
<h2 id="207-08-11">207-08-11</h2>
<ul>
<li>CGSpace had load issues and was throwing errors related to PostgreSQL</li>
<li>I told Tsega to reduce the max connections from 70 to 40 because actually each web application gets that limit and so for xmlui, oai, jspui, rest, etc it could be 70 x 4 = 280 connections depending on the load, and the PostgreSQL config itself is only 100!</li>
<li>I learned this on a recent discussion on the DSpace wiki</li>
<li>I need to either look into setting up a database pool through JNDI or increase the PostgreSQL max connections</li>
</ul>