Tornike Tcholadze

Results 4 comments of Tornike Tcholadze

@mgravell I have the same issue, memory just goes up until the service is crushed and I am only using it to persist the data protection key, I am using...

just to compare memory usage with data protection caching and without ![image](https://user-images.githubusercontent.com/19907531/208226887-1c364161-4a4b-4491-bccd-68c2eb74347c.png)

@NickCraver what I am saying is, it's not even my implementation, I am using suggestions from [Microsoft](https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/implementation/key-storage-providers?view=aspnetcore-7.0&tabs=visual-studio), to store a key in Redis this is a package: https://www.nuget.org/packages/Microsoft.AspNetCore.DataProtection.StackExchangeRedis and this...

@randaratceridian @ShaneCourtrille not sure whether it helps you, but in my case, it was not about lib, some other implementation was holding the reference of the object which was using...