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
Recently, I update our nuget package from 3.21.50 to 3.21.130
We remarks an high memory usage since the upgrade.
When I look at the dump, a lot of memory is wasted by arrays which are partially filled and seems to come from 'CachedStatement'
Thoses arrays wasted are essentially OraArraySegment[] and Int32[]
If i look on 1 'CacheStatement' , thoses properties seems to be the cause :