zstd-codec icon indicating copy to clipboard operation
zstd-codec copied to clipboard

Whille trying to compress large file getting 'Cannot enlarge memory arrays' issue.

Open naskarsubhajit opened this issue 7 years ago • 1 comments

ALLOW_MEMORY_GROWTH=1 is not working working while tried compiling

naskarsubhajit avatar Dec 14 '18 11:12 naskarsubhajit

same for me

Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime, or (3) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0

are there any solutions?

haocong avatar Feb 03 '21 07:02 haocong