Troubleshoot/Identify Memork Usage in explicit/layout/style-sheet-cache/document-shared
We have an asp.net Blazor SPA (server side Blazor) that dynamically generates components within the page. Over time, there is a very large RAM leak under document-shared… (read more)
We have an asp.net Blazor SPA (server side Blazor) that dynamically generates components within the page. Over time, there is a very large RAM leak under document-shared that climbs until the windows are closed.
We have tried various firefox configurations to try and either disable this shared storage as well as limit but with no luck. THe memory allocation is in GB of RAM space and cannot be limited or reduced until the window itself is closed/restarted.
Research online indicates this can happen due to colocated stylesheets and how firefox wants to cache styles aggressively. Adjustments to move stylesheets does not appear to help.
What configurations can I use to help prevent/reduce this high RAM usage? This does not occur in Chrome or Edge, I cannot replicate this well under FireFox for Windows.