Add notes for 2015-12-03

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-12-03 11:08:14 +02:00
parent 5ea7866144
commit 822aca8228
4 changed files with 57 additions and 0 deletions

View File

@ -158,6 +158,21 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
<li>The authorizations for the item are all public READ, and I don&rsquo;t see any errors in dspace.log when browsing that item</li>
<li>I filed a ticket on Atmire&rsquo;s issue tracker</li>
<li>I also filed a ticket on Atmire&rsquo;s issue tracker for the PostgreSQL stuff</li>
</ul>
<h2 id="2015-12-03:012a628feed6d64ae1151cbd6151ccd6">2015-12-03</h2>
<ul>
<li>CGSpace very slow, and monitoring emailing me to say its down, even though I can load the page (very slowly)</li>
<li>Idle postgres connections look like this (with no change in DSpace db settings lately):</li>
</ul>
<pre><code>$ psql -c 'SELECT * from pg_stat_activity;' | grep cgspace | grep -c idle
29
</code></pre>
<ul>
<li>I restarted Tomcat and postgres&hellip;</li>
</ul>
</section>