If memory continues to increase you will have to figure out what you are not releasing. Are you not disposing your sessions and releasing? The CLR profiler can sometimes help to tell you what is using the memory.
/Oskar 2014-11-06 17:11 GMT+01:00 Pardeep Kumar <[email protected]>: > But Oskar, > Main Problem is that memory is going to increase continously. but not > releaving.till i stop windows service. > > 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.
