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
So im trying to open .LAZ format file and im getting this error in Chrome console: "Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 117440512, (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs." This error thrown by laz-perf.js. Can anyone help me with this issue?
The text was updated successfully, but these errors were encountered:
So im trying to open .LAZ format file and im getting this error in Chrome console: "Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 117440512, (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs." This error thrown by laz-perf.js. Can anyone help me with this issue?
The text was updated successfully, but these errors were encountered: