mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-04-06
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user