-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion
Description
Describe the bug
I have faced the memory leak issue in Blazor server side application.
By default, the memory consumed (Ex: 76.7 MB) in empty Blazor application. If we open the application in new tabs then memory has been increased gradually (77.6 MB, 78.7 MB etc). But while closing the browser tabs is not cleared.
To Reproduce
- Create a new Blazor Server-Side application.
- Run the application.
- See the Diagnostic tools process memory tab. (Ex: 76.7 MB)
- Open this application with different tabs.
- See the Diagnostic tools process memory tab. (Ex: 77.6 MB, 78.7 MB etc)
- Now close these tabs.
- See the Diagnostic tools process memory tab. (Ex: 77.6 MB, 78.7 MB etc)
- Output: Memory is not cleared for closing tabs.
Exceptions (if any)
Further technical details
- Blazor server APP 5.0
- VS 2019
Metadata
Metadata
Assignees
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion