Update notes

This commit is contained in:
2018-01-05 15:50:53 -08:00
parent 8c7950d3ae
commit a4d60f3168
3 changed files with 31 additions and 8 deletions

View File

@ -92,7 +92,7 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
<meta property="article:published_time" content="2018-01-02T08:35:54-08:00"/>
<meta property="article:modified_time" content="2018-01-05T07:26:23-08:00"/>
<meta property="article:modified_time" content="2018-01-05T07:29:16-08:00"/>
@ -194,9 +194,9 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
"@type": "BlogPosting",
"headline": "January, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-01/",
"wordCount": "1098",
"wordCount": "1141",
"datePublished": "2018-01-02T08:35:54-08:00",
"dateModified": "2018-01-05T07:26:23-08:00",
"dateModified": "2018-01-05T07:29:16-08:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -529,6 +529,18 @@ dspace.log.2018-01-05:0
<li>I will run a full Discovery reindex in the mean time to see if it&rsquo;s something wrong with the Discovery Solr core</li>
</ul>
<pre><code>$ export JAVA_OPTS=&quot;-Dfile.encoding=UTF-8 -Xmx512m -XX:+TieredCompilation -XX:TieredStopAtLevel=1&quot;
$ time schedtool -D -e ionice -c2 -n7 nice -n19 [dspace]/bin/dspace index-discovery -b
real 110m43.985s
user 15m24.960s
sys 3m14.890s
</code></pre>
<ul>
<li>Reboot CGSpace and DSpace Test for new kernels (4.14.12-x86_64-linode92) that partially mitigate the <a href="https://blog.linode.com/2018/01/03/cpu-vulnerabilities-meltdown-spectre/">Spectre and Meltdown CPU vulnerabilities</a></li>
</ul>