Reloading the page multiple times quickly may not give the browser a chance to free and reclaim memory.
Another possible issue is that on chrome with devtools open, GC happens less frequently, and this is more likely to happen. Reducing TOTAL_MEMORY to the minimum possible for your app may make the problem less likely to occur. On Tue, Apr 2, 2019 at 6:05 AM Learn Programming <[email protected]> wrote: > It is thrown only when i reload the page multiple times. I am using > updated version of chrome. If anyone faced the same issues , please tell me > how to solve this issue. > > On Tue, Apr 2, 2019 at 4:49 PM Learn Programming <[email protected]> > wrote: > >> I am using pathkit library of google which is based on webassembly , >> sometimes i get error like >> >> Uncaught RangeError: WebAssembly.Memory(): could not allocate memory >> >> Screenshot added below, >> >> Thanks in advance. >> >> >> -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
