By first impression, seems ok to me. Why do you think it's a problem? How do you know it's not just ordinary .Net memory management? If you think it's a problem you must use a memory profiler to see what (if anything) is using that memory.
/Oskar 2014-11-06 10:55 GMT+01:00 Pardeep Kumar <[email protected]>: > Hi Oskar, > I am seeing in Task Manager and here it is showing that when i going to > create Session factory it consumes approx 60 mb CPU memory.These all i am > checking through debugging service. > I am not using memory profiler. Please suugget me... > > > On Wednesday, November 5, 2014 10:29:40 PM UTC+5:30, Pardeep Kumar wrote: >> >> Hi all, >> I am working on windows service and using nhibernate for DB. When i am >> going to create session factory using nhibernate. then memory consumption >> raised from 5000K to 28000K. and it remains means no releasing memory. >> Please suugest me.. >> > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/nhusers. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
