ukyo / zlib-asm

Other
23 stars 6 forks source link

Cannot enlarge memory arrays in asm.js #3

Open jochenonline opened 9 years ago

jochenonline commented 9 years ago

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?

readme42 commented 8 years ago

+1