Update notes for 2018-09-25

This commit is contained in:
2018-09-25 21:45:14 +03:00
parent 09f8bab513
commit e6e19dc6a4
4 changed files with 18 additions and 14 deletions

View File

@ -489,5 +489,7 @@ $ dspace stats-util -f
- I restarted the server with `logBots = false` and after it came back up I see 266 events with `isBots:true` (maybe they were buffered)... I will check again tomorrow
- After a few hours I see there are still only 266 view events with `isBot:true` on DSpace Test's Solr statistics core, so I'm definitely going to deploy this on CGSpace soon
- Also, CGSpace currently has 60,089,394 view events with `isBot:true` in it's Solr statistics core and it is 124GB!
- Amazing! After running `dspace stats-util -f` on CGSpace the Solr statistics core went from 124GB to 84GB, and there are only 700 events with `isBot:true` so I should really disable logging of bot events!
- I'm super curious to see how the JVM heap usage changes...
<!-- vim: set sw=2 ts=2: -->