Update notes for 2018-09-29

This commit is contained in:
2018-09-29 19:00:41 +03:00
parent 4b94ef0fcc
commit 22aaf9a05c
4 changed files with 24 additions and 14 deletions

View File

@ -18,7 +18,7 @@ I’m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2018-09/" /><meta property="article:published_time" content="2018-09-02T09:55:54&#43;03:00"/>
<meta property="article:modified_time" content="2018-09-27T19:16:20&#43;03:00"/>
<meta property="article:modified_time" content="2018-09-29T15:00:03&#43;03:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="September, 2018"/>
<meta name="twitter:description" content="2018-09-02
@ -41,9 +41,9 @@ I&rsquo;m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I
"@type": "BlogPosting",
"headline": "September, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-09/",
"wordCount": "4705",
"wordCount": "4757",
"datePublished": "2018-09-02T09:55:54&#43;03:00",
"dateModified": "2018-09-27T19:16:20&#43;03:00",
"dateModified": "2018-09-29T15:00:03&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -806,6 +806,12 @@ $ ./fix-metadata-values.py -i 2018-09-29-fix-authors.csv -db dspace -u dspace -p
<pre><code>$ time schedtool -D -e ionice -c2 -n7 nice -n19 dspace index-discovery -b
</code></pre>
<ul>
<li>Linode sent an alert that both CGSpace and DSpace Test were using high CPU for the last two hours</li>
<li>It seems to be Moayad trying to do the AReS explorer indexing</li>
<li>He was sending too many (5 or 10) concurrent requests to the server, but still&hellip; why is this shit so slow?!</li>
</ul>
<!-- vim: set sw=2 ts=2: -->