Analyse if we gonna change how we use blob storage causing memory leak #4899
Labels
kind/user-story
Used for issues that describes functionality for our users.
skip-releasenotes
Issues that do not make sense to list in our release notes
Description
It has been identified that instansiating new CloudBlobClients can cause memoryleaks for Application Insight
microsoft/ApplicationInsights-dotnet#1867 (comment)
We experience memory leaks for ApplicationInsight and we do the same in storage component.
We should look in to if we can rewrite our code to reduce the problem. A 100% fix would require fix from MS.
See datarepository
https://github.com/Altinn/altinn-studio/blob/master/src/Altinn.Platform/Altinn.Platform.Storage/Storage/Repository/DataRepository.cs
Considerations
Acceptance criteria
Specification tasks
Development tasks
Definition of done
Verify that this issue meets DoD (Only for project members) before closing.
The text was updated successfully, but these errors were encountered: