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