mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes
This commit is contained in:
parent
a638cba77d
commit
0068c959d3
@ -1000,3 +1000,7 @@ $ ./rest-find-collections.py 10568/1 | grep -i untitled
|
||||
- I'll probably also increase `minSpareThreads` to 20 (its default is 10)
|
||||
- I still want to bump up `acceptorThreadCount` from 1 to 2 as well, as the documentation says this should be increased on multi-core systems
|
||||
- I spent quite a bit of time looking at `jvisualvm` and `jconsole` today
|
||||
- Run system updates on DSpace Test and reboot it
|
||||
- I see I can monitor the number of Tomcat threads and some detailed JVM memory stuff if I install `munin-plugins-java`
|
||||
- I'd still like to get arbitrary mbeans like activeSessions etc, though
|
||||
- I can't remember if I had to configure the jmx settings in `/etc/munin/plugin-conf.d/munin-node` or not—I think all I did was re-run the `munin-node-configure` script and of course enable JMX in Tomcat's JVM options
|
||||
|
@ -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-22T17:10:19+02:00"/>
|
||||
<meta property="article:modified_time" content="2018-01-22T23:24:39+02: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": "5636",
|
||||
"wordCount": "5709",
|
||||
"datePublished": "2018-01-02T08:35:54-08:00",
|
||||
"dateModified": "2018-01-22T17:10:19+02:00",
|
||||
"dateModified": "2018-01-22T23:24:39+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -1363,6 +1363,10 @@ $ ./rest-find-collections.py 10568/1 | grep -i untitled
|
||||
<li>I’ll probably also increase <code>minSpareThreads</code> to 20 (its default is 10)</li>
|
||||
<li>I still want to bump up <code>acceptorThreadCount</code> from 1 to 2 as well, as the documentation says this should be increased on multi-core systems</li>
|
||||
<li>I spent quite a bit of time looking at <code>jvisualvm</code> and <code>jconsole</code> today</li>
|
||||
<li>Run system updates on DSpace Test and reboot it</li>
|
||||
<li>I see I can monitor the number of Tomcat threads and some detailed JVM memory stuff if I install <code>munin-plugins-java</code></li>
|
||||
<li>I’d still like to get arbitrary mbeans like activeSessions etc, though</li>
|
||||
<li>I can’t remember if I had to configure the jmx settings in <code>/etc/munin/plugin-conf.d/munin-node</code> or not—I think all I did was re-run the <code>munin-node-configure</code> script and of course enable JMX in Tomcat’s JVM options</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-01/</loc>
|
||||
<lastmod>2018-01-22T17:10:19+02:00</lastmod>
|
||||
<lastmod>2018-01-22T23:24:39+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -144,7 +144,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-01-22T17:10:19+02:00</lastmod>
|
||||
<lastmod>2018-01-22T23:24:39+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -155,7 +155,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-01-22T17:10:19+02:00</lastmod>
|
||||
<lastmod>2018-01-22T23:24:39+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -167,13 +167,13 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2018-01-22T17:10:19+02:00</lastmod>
|
||||
<lastmod>2018-01-22T23:24:39+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-01-22T17:10:19+02:00</lastmod>
|
||||
<lastmod>2018-01-22T23:24:39+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user