Hello,
we've encountered a problem leading to memory leaks. We found that after closing a transaction (including the entity manager) the ODB file writer still holds a reference to entities. Performing similar calls repeatedly hence increases the number of references to entities not longer needed in the application context. This prevents the garbage collector from cleaning up the memory which eventually results in memory leaks.
The attached screenshot shows an example of this behaviour.
Thanks in advance for your help.
Best wishes,
The BTC-ES Team