What are the general archictural components? and what is your threading model?
John Davidson On Wed, Feb 9, 2011 at 12:49 PM, Paul <[email protected]> wrote: > Hello > > I'm having issues with NHibernate and the amount of memory it uses. > I've tried turning off all caching, however the data objects that are > loaded in each session are still persisting in memory, which isn't > great. Memory profiling shows that they're being held on to by the > factory (the session has been disposed) > > NHibernate seems to just consume about 60MB of my app with no reason - > and about 30MB of that appears to be in unmanaged code... > > Any ideas? I'm tearing my hair out! > > Thanks, Paul > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
