zlib-asm icon indicating copy to clipboard operation
zlib-asm copied to clipboard

Cannot enlarge memory arrays in asm.js

Open jochenonline opened this issue 10 years ago • 1 comments

When compressing a large amount of strings (all 64kB of size) we are getting the following error:

Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 8388608, or (2) set Module.TOTAL_MEMORY before the program runs.

Do you have an idea what to do?

jochenonline avatar Apr 27 '15 12:04 jochenonline

+1

readme42 avatar May 04 '16 15:05 readme42