When we us pinned dispatcher we have to assign a single thread for an actor.
In Default dispatcher we have a thread pool with a allocated threads used by many actors.
If we use a dispatcher with 1000 threads and for a 5000 actors sharing that.
How to efficiently configure it when more than 1000 actors receiving messages in mailbox.
What are the things to configured in dispatcher end to use threads efficient way.