Comments
Sort by recent activity
To answer my own question, this is expected behaviour of the GC (https://msdn.microsoft.com/en-us/library/bb384209%28v=vs.110%29.aspx).
The solution is to just reduce the amount of data we consume when constructing our caches. / comments
To answer my own question, this is expected behaviour of the GC (https://msdn.microsoft.com/en-us/library/bb384209%28v=vs.110%29.aspx).
The solution is to just reduce the amount of data we consume ...