Hi everyone
We have Eventstore running as a service under systemd. Our Reader-Queue is quite high while scavenging or while a projection has to catch up.
When we set the ReaderThreadsCount over 8, there will be a lot of log messages
Error during processing ReadStreamEventsBackward request.
Object pool ‘ReadIndex readers pool’ has reached its max limit for items: 14.
After a while Eventstore will crash with following exception:
All while the system is at 40% CPU and at max at 50% of IO-bytes.
How can we increase the limit of this 14 pool? Something with MONO_THREADS_PER_CPU?
Thank you very much in advance