mirror of https://github.com/pyodide/pyodide.git
ENH Reduce TOTAL_MEMORY to 5MiB (#600)
This commit is contained in:
parent
c3ac3d3357
commit
c48ed60d69
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue