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
On my Ubuntu Chrome there are no errors on console, just crash and disconnect.
Chrome on Mac shows memory exceed error. For both cases there are plenty of free RAM, google profiler shows that less than 10 MB is used.
The text was updated successfully, but these errors were encountered:
@EmelyanenkoK ,
I have recompiled the wasm file with ALLOW_MEMORY_GROWTH flag.
you need to rebase to the latest code.
I tested your application with 50 images which works fine without any OOM exception.
Please test it and let me know.
When I try to modify https://github.com/rlottie/rlottie.github.io/blob/master/multiview.js to show many different animations my chrome tab crashes. Example of animations I try to show may be found here: https://github.com/EmelyanenkoK/rlottie.github.io/tree/master/test
On my Ubuntu Chrome there are no errors on console, just crash and disconnect.
Chrome on Mac shows
memory exceed
error. For both cases there are plenty of free RAM, google profiler shows that less than 10 MB is used.The text was updated successfully, but these errors were encountered: