ENH Reduce TOTAL_MEMORY to 5MiB (#600)

This commit is contained in:
Kevin Howell 2020-02-03 06:47:47 -05:00 committed by GitHub
parent c3ac3d3357
commit c48ed60d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ LDFLAGS=\
$(CPYTHONROOT)/installs/python-$(PYVERSION)/lib/libpython$(PYMINOR).a \
$(LZ4LIB) \
-s "BINARYEN_METHOD='native-wasm'" \
-s TOTAL_MEMORY=1073741824 \
-s TOTAL_MEMORY=5242880 \
-s ALLOW_MEMORY_GROWTH=1 \
-s MAIN_MODULE=1 \
-s EMULATED_FUNCTION_POINTERS=1 \