You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi friends, I'm writing this issue to report a Memory leak on NHibernate objects when upgrading from v5.4.9 to v5.5.0 (and v5.5.2)
Configuration
dotNET Framework 4.8.1
NHibernate v5.4.9 and v.5.5.2
FluentNHibernate v3.4.0 with a binding redirect for NHibernate 5.5.0
AMD Ryzen 9 5950X with 32GB 3600Mhz RAM/Samsung 980 1TB
SQL Server 16.0.1000.6 and 15.0.4385.2 databases
We are using Session.Query<T>, Session.QueryOver<T> and Session.CreateSQLQuery("raw")
around 270 mapping classes for tables with FluentNHibernate
I haven't tested to build a custom FluentNHibernate DLL with the 5.5.2 package and see if that resolves the issue.
Story
Comparing NHibernate v5.4.9 and v5.5.0 there seem to be +200MB after 16min of usage of our app. I tested this on a Staging environment, and after 2 weeks, our testers reported that the VM was running slow.
Checked that the RAM was full with Application Insights Metrics, while the app RAM usage was around 6GB. This looked weird since +200MB is a small difference, but the more users request for SQL Server 2016/2019 data, the more this increased.
I reverted to v5.4.9 and the app stayed on around 2GB from May 25th.
Repository
TBD - currently setting up...
do let me know in which direction should I test it, since I'm noticing that most types with high Delta difference are part of common usages in NHibernate APIs. .
Benchmarks
It's a project I can not share because of NDA reasons. The benchmark is applying automatic 10 actions in 16 min usage, by 1 user.
v5.4.9
v5.5.2
Comparison in objects
For the same benchmark test case, v5.5.2 generated 180k more objects (~15MB more)
than v5.4.9
I re-tested this in JetBrains dotMemory and received 160k - 211k on the same benchmark
where most types are interfaces
The text was updated successfully, but these errors were encountered:
Hi friends, I'm writing this issue to report a Memory leak on NHibernate objects when upgrading from v5.4.9 to v5.5.0 (and v5.5.2)
Configuration
Session.Query<T>
,Session.QueryOver<T>
andSession.CreateSQLQuery("raw")
FluentNHibernate
I haven't tested to build a custom FluentNHibernate DLL with the 5.5.2 package and see if that resolves the issue.
Story
Comparing NHibernate v5.4.9 and v5.5.0 there seem to be +200MB after 16min of usage of our app. I tested this on a Staging environment, and after 2 weeks, our testers reported that the VM was running slow.
Checked that the RAM was full with Application Insights Metrics, while the app RAM usage was around 6GB. This looked weird since +200MB is a small difference, but the more users request for SQL Server 2016/2019 data, the more this increased.
I reverted to v5.4.9 and the app stayed on around 2GB from May 25th.
Repository
TBD - currently setting up...
do let me know in which direction should I test it, since I'm noticing that most types with high Delta difference are part of common usages in NHibernate APIs. .
Benchmarks
It's a project I can not share because of NDA reasons. The benchmark is applying automatic 10 actions in 16 min usage, by 1 user.
v5.4.9
v5.5.2
Comparison in objects
For the same benchmark test case, v5.5.2 generated 180k more objects (~15MB more)
than v5.4.9
I re-tested this in JetBrains dotMemory and received 160k - 211k on the same benchmark
where most types are interfaces
The text was updated successfully, but these errors were encountered: