Update notes

This commit is contained in:
2018-01-26 01:49:19 +02:00
parent c1ba3ae8bd
commit 8b4e998ad9
3 changed files with 7 additions and 9 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-24T17:12:47&#43;02:00"/>
<meta property="article:modified_time" content="2018-01-25T15:53:24&#43;02:00"/>
@ -196,7 +196,7 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
"url": "https://alanorth.github.io/cgspace-notes/2018-01/",
"wordCount": "6497",
"datePublished": "2018-01-02T08:35:54-08:00",
"dateModified": "2018-01-24T17:12:47&#43;02:00",
"dateModified": "2018-01-25T15:53:24&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -849,7 +849,6 @@ cache_alignment : 64
<li>In Tomcat 8.5 the <code>maxThreads</code> defaults to 200 which is probably fine, but tweaking <code>minSpareThreads</code> could be good</li>
<li>I don&rsquo;t see a setting for <code>maxSpareThreads</code> in the docs so that might be an error</li>
<li>Looks like in Tomcat 8.5 the default URIEncoding for Connectors is UTF-8, so we don&rsquo;t need to specify that manually anymore: <a href="https://tomcat.apache.org/tomcat-8.5-doc/config/http.html">https://tomcat.apache.org/tomcat-8.5-doc/config/http.html</a></li>
<li></li>
<li>Ooh, I just saw the <code>acceptorThreadCount</code> setting (in Tomcat 7 and 8.5):</li>
</ul>