mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes for 2018-01-29
This commit is contained in:
parent
2589683597
commit
f4928bf7fb
@ -1233,7 +1233,7 @@ dspace.log.2018-01-29:0
|
||||
- Adam Hunt from WLE complained that pages take "1-2 minutes" to load each, from France and Sri Lanka
|
||||
- I asked him which particular pages, as right now pages load in 2 or 3 seconds for me
|
||||
- UptimeRobot said CGSpace went down again, and I looked at PostgreSQL and saw 211 active database connections
|
||||
- If it's not memory and it's not database, it's gotta be Tomcat threads...?
|
||||
- If it's not memory and it's not database, it's gotta be Tomcat threads, seeing as the default `maxThreads` is 200 anyways, it actually makes sense
|
||||
- I decided to change the Tomcat thread settings on CGSpace:
|
||||
- `maxThreads` from 200 (default) to 400
|
||||
- `processorCache` from 200 (default) to 400, [recommended to be the same as `maxThreads`](https://tomcat.apache.org/tomcat-7.0-doc/config/http.html)
|
||||
|
@ -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-28T18:34:24+02:00"/>
|
||||
<meta property="article:modified_time" content="2018-01-29T09:46:48+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": "7218",
|
||||
"wordCount": "7230",
|
||||
"datePublished": "2018-01-02T08:35:54-08:00",
|
||||
"dateModified": "2018-01-28T18:34:24+02:00",
|
||||
"dateModified": "2018-01-29T09:46:48+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -1623,7 +1623,7 @@ dspace.log.2018-01-29:0
|
||||
<li>Adam Hunt from WLE complained that pages take “1-2 minutes” to load each, from France and Sri Lanka</li>
|
||||
<li>I asked him which particular pages, as right now pages load in 2 or 3 seconds for me</li>
|
||||
<li>UptimeRobot said CGSpace went down again, and I looked at PostgreSQL and saw 211 active database connections</li>
|
||||
<li>If it’s not memory and it’s not database, it’s gotta be Tomcat threads…?</li>
|
||||
<li>If it’s not memory and it’s not database, it’s gotta be Tomcat threads, seeing as the default <code>maxThreads</code> is 200 anyways, it actually makes sense</li>
|
||||
<li>I decided to change the Tomcat thread settings on CGSpace:
|
||||
|
||||
<ul>
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-01/</loc>
|
||||
<lastmod>2018-01-28T18:34:24+02:00</lastmod>
|
||||
<lastmod>2018-01-29T09:46:48+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -144,7 +144,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-01-28T18:34:24+02:00</lastmod>
|
||||
<lastmod>2018-01-29T09:46:48+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-28T18:34:24+02:00</lastmod>
|
||||
<lastmod>2018-01-29T09:46:48+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -167,13 +167,13 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2018-01-28T18:34:24+02:00</lastmod>
|
||||
<lastmod>2018-01-29T09:46:48+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-01-28T18:34:24+02:00</lastmod>
|
||||
<lastmod>2018-01-29T09:46:48+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user