diff --git a/content/post/2018-01.md b/content/post/2018-01.md index 87a88a275..fdda52ee4 100644 --- a/content/post/2018-01.md +++ b/content/post/2018-01.md @@ -538,7 +538,6 @@ db.url = jdbc:postgresql://localhost:5432/dspacetest?ApplicationName=dspaceDefau - In Tomcat 8.5 the `maxThreads` defaults to 200 which is probably fine, but tweaking `minSpareThreads` could be good - I don't see a setting for `maxSpareThreads` in the docs so that might be an error - Looks like in Tomcat 8.5 the default URIEncoding for Connectors is UTF-8, so we don't need to specify that manually anymore: https://tomcat.apache.org/tomcat-8.5-doc/config/http.html -- - Ooh, I just saw the `acceptorThreadCount` setting (in Tomcat 7 and 8.5): ``` diff --git a/public/2018-01/index.html b/public/2018-01/index.html index 4e4244ef7..1b18e9227 100644 --- a/public/2018-01/index.html +++ b/public/2018-01/index.html @@ -92,7 +92,7 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv - + @@ -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+02:00", + "dateModified": "2018-01-25T15:53:24+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -849,7 +849,6 @@ cache_alignment : 64
maxThreads
defaults to 200 which is probably fine, but tweaking minSpareThreads
could be goodmaxSpareThreads
in the docs so that might be an erroracceptorThreadCount
setting (in Tomcat 7 and 8.5):