Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
naskarsubhajit opened this issue Dec 14, 2018 · 1 comment

Comments

@naskarsubhajit
Copy link

ALLOW_MEMORY_GROWTH=1 is not working working while tried compiling

@haocong
Copy link

haocong commented Feb 3, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants