Update notes for 2019-02-14

This commit is contained in:
2019-02-14 21:30:51 +02:00
parent 0d16f7c888
commit 09f1c859e5
3 changed files with 33 additions and 8 deletions

View File

@ -647,5 +647,17 @@ $ podman run --name dspacedb -v /home/aorth/.local/lib/containers/volumes/dspace
- The issue last month was address space, which is now set as `LimitAS=infinity` in `tomcat7.service`...
- I re-ran the Ansible playbook to make sure all configs etc were the, then rebooted the server
- Still the error persists after reboot
- I will try to stop Tomcat and then remove the locks manually:
```
# find /home/cgspace.cgiar.org/solr/ -iname "write.lock" -delete
```
- After restarting Tomcat the usage statistics are back
- Interestingly, many of the locks were from last month, last year, and even 2015! I'm pretty sure that's not supposed to be how locks work...
- Help Sarah Kasyoka finish an item submission that she was having issues with due to the file size
- I increased the nginx upload limit, but she said she was having problems and couldn't really tell me why
- I logged in as her and completed the submission with no problems...
<!-- vim: set sw=2 ts=2: -->