mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Regenerate public
This commit is contained in:
@ -35,30 +35,6 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac
|
||||
|
||||
|
||||
|
||||
<meta itemprop="name" content="November, 2015">
|
||||
<meta itemprop="description" content="2015-11-22
|
||||
|
||||
|
||||
CGSpace went down
|
||||
Looks like DSpace exhausted its PostgreSQL connection pool
|
||||
Last week I had increased the limit from 30 to 60, which seemed to help, but now there are many more idle connections:
|
||||
|
||||
|
||||
$ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspace
|
||||
78
|
||||
|
||||
|
||||
">
|
||||
|
||||
|
||||
<meta itemprop="dateModified" content="2015-11-23T17:00:57+03:00" />
|
||||
<meta itemprop="wordCount" content="798">
|
||||
|
||||
|
||||
|
||||
<meta itemprop="keywords" content="notes," />
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
|
||||
@ -80,17 +56,39 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac
|
||||
"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
|
||||
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "BlogPosting",
|
||||
|
||||
"headline": "November, 2015",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2015-11/",
|
||||
"wordCount": "798",
|
||||
|
||||
|
||||
"datePublished": "2015-11-23T17:00:57+03:00",
|
||||
|
||||
|
||||
"dateModified": "2015-11-23T17:00:57+03:00",
|
||||
|
||||
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
}
|
||||
|
||||
,
|
||||
"keywords": "Notes"
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="https://alanorth.github.io/cgspace-notes/2015-11/">
|
||||
|
||||
<title>November, 2015 | CGSpace Notes</title>
|
||||
@ -124,7 +122,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac
|
||||
<header class="blog-header">
|
||||
<div class="container">
|
||||
<h1 class="blog-title"><a href="https://alanorth.github.io/cgspace-notes/" rel="home">CGSpace Notes</a></h1>
|
||||
|
||||
<p class="lead blog-description">Documenting day-to-day work on the <a href="https://cgspace.cgiar.org">CGSpace</a> repository.</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
Reference in New Issue
Block a user