Update notes for 2017-04-20

This commit is contained in:
2017-04-20 18:40:42 +03:00
parent 81d307eb02
commit 7697a7507d
3 changed files with 19 additions and 8 deletions

View File

@ -317,3 +317,9 @@ $ wc -l /tmp/ciat
- This includes switching nginx to using upstream with keepalive instead of direct `proxy_pass`
- Re-deploy CGSpace to latest `5_x-prod`, including the PABRA and RTB XMLUI themes, as well as the PDF processing and CMYK changes
- More work on Ansible infrastructure stuff for Tsega's CKM DSpace REST API
- I'm going to start re-processing all the PDF thumbnails on CGSpace, one community at a time:
```
$ export JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx1024m"
$ time schedtool -D -e ionice -c2 -n7 nice -n19 [dspace]/bin/dspace filter-media -f -v -i 10568/71249 -p "ImageMagick PDF Thumbnail" -v >& /tmp/filter-media-cmyk.txt
```