Hello my friends. I have an issue when using named queries in nhibernate. The problem is that NHib eats all my RAM when executing this queries.
Yesterday I had an "OutOfMemoryException" my app was using +1.3Gb in RAM!!! What a madness... This post says it was because of a bug in the LRUMap http://www.mail-archive.com/[email protected]/msg03022.html Well, I've revised the source code and I have this error fixed..! When I executed the dotTrace Memory profiler I saw there were thousands and thousands of SqlStrings... I know it is because of the NamedQuery, because I tested my app running the Citeria API y this dont happen.. My question is, are you aware of this memory leak??? how can I fix it? Regards -- 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.
