We are trying to use Esent database as a replacement to a huge in-memory list to free up memory while the execution of application. But as there are a lot of instances of ESENTDbWrapper(our custom wrapper over Esent.Interop) being created, at some point it throws EsentTooManyInstancesException.
So, what is the maximum no. of simultaneous instances that can be initialized? Or, are we missing any configuration-related stuffs??? Any kind of suggestion is appreciated. Thanks.