2016-10-14 23:13:52 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
|
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="Alan Orth">
|
|
|
|
|
|
|
|
<!-- OpenGraph Metadata: http://ogp.me/ -->
|
|
|
|
<meta property="og:title" content="Posts">
|
|
|
|
<meta property="og:description" content="">
|
|
|
|
|
|
|
|
|
|
|
|
<meta property="og:type" content="blog">
|
|
|
|
|
|
|
|
|
|
|
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/post/">
|
|
|
|
|
|
|
|
<!-- Metadata for Twitter: https://dev.twitter.com/cards/markup -->
|
|
|
|
|
|
|
|
<meta property="twitter:card" content="summary">
|
|
|
|
|
|
|
|
|
|
|
|
<meta property="twitter:title" content="Posts">
|
|
|
|
<meta property="twitter:description" content="">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-10-17 16:41:40 +02:00
|
|
|
<meta name="generator" content="Hugo 0.17" />
|
2016-10-14 23:13:52 +02:00
|
|
|
|
|
|
|
|
|
|
|
<base href="https://alanorth.github.io/cgspace-notes/">
|
|
|
|
<link rel="canonical" href="https://alanorth.github.io/cgspace-notes/post/">
|
|
|
|
|
|
|
|
<title>CGSpace Notes</title>
|
|
|
|
|
|
|
|
<!-- combined, minified CSS -->
|
|
|
|
<link href="https://alanorth.github.io/cgspace-notes/css/style.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<!-- RSS 2.0 feed -->
|
|
|
|
<link href="https://alanorth.github.io/cgspace-notes/index.xml" type="application/rss+xml" rel="alternate">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="blog-masthead">
|
|
|
|
<div class="container">
|
|
|
|
<nav class="nav blog-nav">
|
|
|
|
<a class="nav-link " href="https://alanorth.github.io/cgspace-notes/">Home</a>
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-8 blog-main">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<article class="blog-post">
|
|
|
|
<header>
|
|
|
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2015-12/">December, 2015</a></h2>
|
|
|
|
<p class="blog-post-meta"><time datetime="2015-12-02T13:18:00+03:00">Wed Dec 02, 2015</time> by Alan Orth in
|
|
|
|
|
|
|
|
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
</header>
|
|
|
|
<h2 id="2015-12-02">2015-12-02</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Replace <code>lzop</code> with <code>xz</code> in log compression cron jobs on DSpace Test—it uses less space:</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<pre><code># cd /home/dspacetest.cgiar.org/log
|
|
|
|
# ls -lh dspace.log.2015-11-18*
|
|
|
|
-rw-rw-r-- 1 tomcat7 tomcat7 2.0M Nov 18 23:59 dspace.log.2015-11-18
|
|
|
|
-rw-rw-r-- 1 tomcat7 tomcat7 387K Nov 18 23:59 dspace.log.2015-11-18.lzo
|
|
|
|
-rw-rw-r-- 1 tomcat7 tomcat7 169K Nov 18 23:59 dspace.log.2015-11-18.xz
|
|
|
|
</code></pre>
|
|
|
|
|
|
|
|
<p></p>
|
|
|
|
<a href='https://alanorth.github.io/cgspace-notes/2015-12/'>Read more →</a>
|
|
|
|
</article>
|
|
|
|
|
|
|
|
|
|
|
|
<article class="blog-post">
|
|
|
|
<header>
|
|
|
|
<h2 class="blog-post-title"><a href="https://alanorth.github.io/cgspace-notes/2015-11/">November, 2015</a></h2>
|
|
|
|
<p class="blog-post-meta"><time datetime="2015-11-23T17:00:57+03:00">Mon Nov 23, 2015</time> by Alan Orth in
|
|
|
|
|
|
|
|
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/cgspace-notes/tags/notes" rel="tag">Notes</a>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
</header>
|
|
|
|
<h2 id="2015-11-22">2015-11-22</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>CGSpace went down</li>
|
|
|
|
<li>Looks like DSpace exhausted its PostgreSQL connection pool</li>
|
|
|
|
<li>Last week I had increased the limit from 30 to 60, which seemed to help, but now there are many more idle connections:</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<pre><code>$ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspace
|
|
|
|
78
|
|
|
|
</code></pre>
|
|
|
|
|
|
|
|
<p></p>
|
|
|
|
<a href='https://alanorth.github.io/cgspace-notes/2015-11/'>Read more →</a>
|
|
|
|
</article>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<nav class="blog-pagination">
|
|
|
|
|
|
|
|
|
|
|
|
<a class="btn btn-outline-primary" href="/post/" role="button">Previous page</a>
|
|
|
|
<a class="btn btn-outline-primary disabled" href="#" role="button" aria-disabled="true">Next page</a>
|
|
|
|
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
</div> <!-- /.blog-main -->
|
|
|
|
|
|
|
|
|
|
|
|
<aside class="col-sm-3 offset-sm-1 blog-sidebar">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section class="sidebar-module">
|
|
|
|
<h4>Recent Posts</h4>
|
|
|
|
<ol class="list-unstyled">
|
|
|
|
|
|
|
|
<li><a href="/cgspace-notes/2016-10/">October, 2016</a></li>
|
|
|
|
|
|
|
|
<li><a href="/cgspace-notes/2016-09/">September, 2016</a></li>
|
|
|
|
|
|
|
|
<li><a href="/cgspace-notes/2016-08/">August, 2016</a></li>
|
|
|
|
|
|
|
|
<li><a href="/cgspace-notes/2016-07/">July, 2016</a></li>
|
|
|
|
|
|
|
|
<li><a href="/cgspace-notes/2016-06/">June, 2016</a></li>
|
|
|
|
|
|
|
|
</ol>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
<section class="sidebar-module">
|
|
|
|
<h4>Links</h4>
|
|
|
|
<ol class="list-unstyled">
|
|
|
|
|
|
|
|
<li><a href="https://cgspace.cgiar.org">CGSpace</a></li>
|
|
|
|
|
|
|
|
<li><a href="https://dspacetest.cgiar.org">DSpace Test</a></li>
|
|
|
|
|
|
|
|
<li><a href="https://github.com/ilri/DSpace">CGSpace @ GitHub</a></li>
|
|
|
|
|
|
|
|
</ol>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> <!-- /.row -->
|
|
|
|
</div> <!-- /.container -->
|
|
|
|
|
|
|
|
<footer class="blog-footer">
|
|
|
|
<p>
|
|
|
|
|
|
|
|
Blog template created by <a href="https://twitter.com/mdo">@mdo</a>, ported to Hugo by <a href='https://twitter.com/mralanorth'>@mralanorth</a>.
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href="#">Back to top</a>
|
|
|
|
</p>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|