Update notes

This commit is contained in:
2017-09-10 18:21:38 +03:00
parent 184f0628b3
commit 760cfa2413
4 changed files with 13 additions and 11 deletions

View File

@ -19,7 +19,7 @@ Linode sent an alert that CGSpace (linode18) was using 261% CPU for the past two
<meta property="article:published_time" content="2017-09-07T16:54:52&#43;07:00"/>
<meta property="article:modified_time" content="2017-09-10T17:46:54&#43;03:00"/>
<meta property="article:modified_time" content="2017-09-10T18:17:25&#43;03:00"/>
@ -49,9 +49,9 @@ Linode sent an alert that CGSpace (linode18) was using 261% CPU for the past two
"@type": "BlogPosting",
"headline": "September, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-09/",
"wordCount": "443",
"wordCount": "455",
"datePublished": "2017-09-07T16:54:52&#43;07:00",
"dateModified": "2017-09-10T17:46:54&#43;03:00",
"dateModified": "2017-09-10T18:17:25&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -170,6 +170,7 @@ dspace.log.2017-09-10:0
<li>There are still some errors, though, so maybe I should bump the connection limit up a bit</li>
<li>I remember seeing that Munin shows that the average number of connections is 50 (which is probably mostly from the XMLUI) and we&rsquo;re currently allowing 40 connections per app, so maybe it would be good to bump that value up to 50 or 60 along with the system&rsquo;s PostgreSQL <code>max_connections</code> (formula should be: webapps * 60 + 3, or 3 * 60 + 3 = 183 in our case)</li>
<li>I updated both CGSpace and DSpace Test to use these new settings (60 connections per web app and 183 for system PostgreSQL limit)</li>
<li>I&rsquo;m expecting to see 0 connection errors for the next few months</li>
</ul>