Update notes

This commit is contained in:
2018-01-22 23:24:39 +02:00
parent 88e124859a
commit a638cba77d
42 changed files with 52 additions and 48 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-22T15:38:33&#43;02:00"/>
<meta property="article:modified_time" content="2018-01-22T17:10:19&#43;02:00"/>
@ -184,7 +184,7 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
"/>
<meta name="generator" content="Hugo 0.33" />
<meta name="generator" content="Hugo 0.34" />
@ -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": "5612",
"wordCount": "5636",
"datePublished": "2018-01-02T08:35:54-08:00",
"dateModified": "2018-01-22T15:38:33&#43;02:00",
"dateModified": "2018-01-22T17:10:19&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -1360,7 +1360,9 @@ $ ./rest-find-collections.py 10568/1 | grep -i untitled
<li>Looking at the <a href="https://tomcat.apache.org/tomcat-7.0-doc/config/http.html">Tomcat connector docs</a> I think we really need to increase <code>maxThreads</code></li>
<li>The default is 200, which can easily be taken up by bots considering that Google and Bing each browse with fifty (50) connections each sometimes!</li>
<li>Before I increase this I want to see if I can measure and graph this, and then benchmark</li>
<li>I&rsquo;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>
</ul>