Scheduler Overload
Simon Brown • October 7, 2024
Too Many Entries
July 15th, 2024: Recently I was looking at issues with very large Scheduled Recording databases (thousands of entries), as scheduled runs were being missed.
As part of this work, I reduced the amount of information written to the logfile, this could have been:
- Clogging up the main thread processing, also increasing the memory footprint.
- Delaying the start of a recording.
I'm glad to say this solved the problem.