You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to try to play with the EmccInitialHeapSize and EmccMaximumHeapSize flags, but it seems like they don't have any effect at all? I tried to also turn of Jiterpreter using <BlazorWebAssemblyJiterpreter>false</BlazorWebAssemblyJiterpreter> but that too did not help. Discussion #99114 is similar but does not cover any solution and is quite old.
Maybe I am doing something wrong? I thought I would be able to verify this change by taking a heap snapshot with chrome dev tools but nothing seems to affect it. I also have a small test application that allocate 1MB at a time until it runs out of memory (.NET Exception). It constantly stops at 1767MB, no matter that setting. I run in Rider without a debugger - does it only affect release builds or something like that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wanted to try to play with the
EmccInitialHeapSize
andEmccMaximumHeapSize
flags, but it seems like they don't have any effect at all? I tried to also turn of Jiterpreter using<BlazorWebAssemblyJiterpreter>false</BlazorWebAssemblyJiterpreter>
but that too did not help. Discussion #99114 is similar but does not cover any solution and is quite old.Maybe I am doing something wrong? I thought I would be able to verify this change by taking a heap snapshot with chrome dev tools but nothing seems to affect it. I also have a small test application that allocate 1MB at a time until it runs out of memory (.NET Exception). It constantly stops at 1767MB, no matter that setting. I run in Rider without a debugger - does it only affect release builds or something like that?
Blazor Web Assembly Standalone .NET 8 (8.0.407)
Microsoft.AspNetCore.Components.WebAssembly 8.0.14
Beta Was this translation helpful? Give feedback.
All reactions