Add notes for 2016-10-06

This commit is contained in:
2016-10-06 09:41:36 +03:00
parent a0103feaae
commit 41dc9de4d2
7 changed files with 76 additions and 0 deletions

View File

@ -50,3 +50,15 @@ dspacetest=# \copy (select distinct text_value, count(*) as count from metadatav
## 2016-10-05
- Work on more infrastructure cleanups for Ansible DSpace role
- Clean up Let's Encrypt plumbing and submit pull request for rmg-ansible-public ([#60](https://github.com/ilri/rmg-ansible-public/pull/60))
## 2016-10-06
- Nice! DSpace Test (linode02) is now having `java.lang.OutOfMemoryError: Java heap space` errors...
- Heap space is 2048m, and we have 5GB of RAM being used for OS cache (Solr!) so let's just bump the memory to 3072m
- Magdalena from CCAFS asked why the colors in the thumbnails for these [two](https://cgspace.cgiar.org/handle/10568/71249) [items](https://cgspace.cgiar.org/handle/10568/71259) look different, even though they are the same in the PDF itself
![CMYK vs sRGB colors](2016/10/cmyk-vs-srgb.jpg)
- Turns out the first PDF was exported from InDesign using CMYK and the second one was using sRGB
- Run all system updates on DSpace Test and reboot it