Closed
Description
We are developing ***** system with nhibernate, our domain model has 900+ tables.
When we build session factory, sql command cache causes high memory usage issue.
Is there a way to tell NHibernate Lazy init all sql commands, when its needed?
Maybe memory cache can be used for unused sql command cleanup?
Below memory dump was taken after first request.