mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2017-04-06
This commit is contained in:
parent
f32c49eb0b
commit
7b4b4843eb
@ -92,3 +92,11 @@ dspace=# select * from metadatavalue where resource_type_id=2 and metadata_field
|
||||
$ grep -c profile /tmp/filter-media-cmyk.txt
|
||||
2505
|
||||
```
|
||||
|
||||
## 2017-04-06
|
||||
|
||||
- After reading the [notes for DCAT April 2017](https://wiki.duraspace.org/display/cmtygp/DCAT+Meeting+April+2017) I am testing some new settings for PostgreSQL on DSpace Test:
|
||||
- `db.maxconnections` 30→70 (the default PostgreSQL config allows 100 connections, so DSpace's default of 30 is quite low)
|
||||
- `db.maxwait` 5000→10000
|
||||
- `db.maxidle` 8→20 (DSpace default is -1, unlimited, but we had set it to 8 earlier)
|
||||
- I need to look at the Munin graphs after a few days to see if the load has changed
|
||||
|
@ -30,7 +30,7 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2017-04-02T17:08:52+02:00"/>
|
||||
<meta property="article:modified_time" content="2017-04-04T16:30:55+03:00"/>
|
||||
<meta property="article:modified_time" content="2017-04-05T16:31:49+03:00"/>
|
||||
|
||||
|
||||
|
||||
@ -79,9 +79,9 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th
|
||||
"@type": "BlogPosting",
|
||||
"headline": "April, 2017",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2017-04/",
|
||||
"wordCount": "475",
|
||||
"wordCount": "548",
|
||||
"datePublished": "2017-04-02T17:08:52+02:00",
|
||||
"dateModified": "2017-04-04T16:30:55+03:00",
|
||||
"dateModified": "2017-04-05T16:31:49+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -247,6 +247,19 @@ ILAC_Brief21_PMCA.pdf: 113462 bytes, checksum: 249fef468f401c066a119f5db687add0
|
||||
2505
|
||||
</code></pre>
|
||||
|
||||
<h2 id="2017-04-06">2017-04-06</h2>
|
||||
|
||||
<ul>
|
||||
<li>After reading the <a href="https://wiki.duraspace.org/display/cmtygp/DCAT+Meeting+April+2017">notes for DCAT April 2017</a> I am testing some new settings for PostgreSQL on DSpace Test:
|
||||
|
||||
<ul>
|
||||
<li><code>db.maxconnections</code> 30→70 (the default PostgreSQL config allows 100 connections, so DSpace’s default of 30 is quite low)</li>
|
||||
<li><code>db.maxwait</code> 5000→10000</li>
|
||||
<li><code>db.maxidle</code> 8→20 (DSpace default is -1, unlimited, but we had set it to 8 earlier)</li>
|
||||
</ul></li>
|
||||
<li>I need to look at the Munin graphs after a few days to see if the load has changed</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -116,7 +116,20 @@ ILAC_Brief21_PMCA.pdf: 113462 bytes, checksum: 249fef468f401c066a119f5db687add0
|
||||
|
||||
<pre><code>$ grep -c profile /tmp/filter-media-cmyk.txt
|
||||
2505
|
||||
</code></pre></description>
|
||||
</code></pre>
|
||||
|
||||
<h2 id="2017-04-06">2017-04-06</h2>
|
||||
|
||||
<ul>
|
||||
<li>After reading the <a href="https://wiki.duraspace.org/display/cmtygp/DCAT+Meeting+April+2017">notes for DCAT April 2017</a> I am testing some new settings for PostgreSQL on DSpace Test:
|
||||
|
||||
<ul>
|
||||
<li><code>db.maxconnections</code> 30→70 (the default PostgreSQL config allows 100 connections, so DSpace&rsquo;s default of 30 is quite low)</li>
|
||||
<li><code>db.maxwait</code> 5000→10000</li>
|
||||
<li><code>db.maxidle</code> 8→20 (DSpace default is -1, unlimited, but we had set it to 8 earlier)</li>
|
||||
</ul></li>
|
||||
<li>I need to look at the Munin graphs after a few days to see if the load has changed</li>
|
||||
</ul></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -116,7 +116,20 @@ ILAC_Brief21_PMCA.pdf: 113462 bytes, checksum: 249fef468f401c066a119f5db687add0
|
||||
|
||||
<pre><code>$ grep -c profile /tmp/filter-media-cmyk.txt
|
||||
2505
|
||||
</code></pre></description>
|
||||
</code></pre>
|
||||
|
||||
<h2 id="2017-04-06">2017-04-06</h2>
|
||||
|
||||
<ul>
|
||||
<li>After reading the <a href="https://wiki.duraspace.org/display/cmtygp/DCAT+Meeting+April+2017">notes for DCAT April 2017</a> I am testing some new settings for PostgreSQL on DSpace Test:
|
||||
|
||||
<ul>
|
||||
<li><code>db.maxconnections</code> 30→70 (the default PostgreSQL config allows 100 connections, so DSpace&rsquo;s default of 30 is quite low)</li>
|
||||
<li><code>db.maxwait</code> 5000→10000</li>
|
||||
<li><code>db.maxidle</code> 8→20 (DSpace default is -1, unlimited, but we had set it to 8 earlier)</li>
|
||||
</ul></li>
|
||||
<li>I need to look at the Munin graphs after a few days to see if the load has changed</li>
|
||||
</ul></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2017-04/</loc>
|
||||
<lastmod>2017-04-04T16:30:55+03:00</lastmod>
|
||||
<lastmod>2017-04-05T16:31:49+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -93,19 +93,19 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2017-04-04T16:30:55+03:00</lastmod>
|
||||
<lastmod>2017-04-05T16:31:49+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2017-04-04T16:30:55+03:00</lastmod>
|
||||
<lastmod>2017-04-05T16:31:49+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2017-04-04T16:30:55+03:00</lastmod>
|
||||
<lastmod>2017-04-05T16:31:49+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
@ -115,7 +115,20 @@ ILAC_Brief21_PMCA.pdf: 113462 bytes, checksum: 249fef468f401c066a119f5db687add0
|
||||
|
||||
<pre><code>$ grep -c profile /tmp/filter-media-cmyk.txt
|
||||
2505
|
||||
</code></pre></description>
|
||||
</code></pre>
|
||||
|
||||
<h2 id="2017-04-06">2017-04-06</h2>
|
||||
|
||||
<ul>
|
||||
<li>After reading the <a href="https://wiki.duraspace.org/display/cmtygp/DCAT+Meeting+April+2017">notes for DCAT April 2017</a> I am testing some new settings for PostgreSQL on DSpace Test:
|
||||
|
||||
<ul>
|
||||
<li><code>db.maxconnections</code> 30→70 (the default PostgreSQL config allows 100 connections, so DSpace&rsquo;s default of 30 is quite low)</li>
|
||||
<li><code>db.maxwait</code> 5000→10000</li>
|
||||
<li><code>db.maxidle</code> 8→20 (DSpace default is -1, unlimited, but we had set it to 8 earlier)</li>
|
||||
</ul></li>
|
||||
<li>I need to look at the Munin graphs after a few days to see if the load has changed</li>
|
||||
</ul></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user