Add notes for 2017-04-06

This commit is contained in:
2017-04-06 09:53:00 +03:00
parent f32c49eb0b
commit 7b4b4843eb
6 changed files with 70 additions and 10 deletions

View File

@ -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