Skip to content

Commit

Permalink
Reduced total mem from 500 Mb to 50 Mb.
Browse files Browse the repository at this point in the history
This is not a maximum, but actually what is initialized at startup.
  • Loading branch information
jpambrun committed Apr 13, 2016
1 parent efd6ed5 commit d74bf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ mkdir dist
emcc bin/libopenjpeg-js.bc -o dist/libopenjpeg.js \
--post-js bin/JSOpenJPEGDecoder_post-js.js \
--memory-init-file 0 \
-s TOTAL_MEMORY=500000000 \
-s TOTAL_MEMORY=50000000 \
-s NO_FILESYSTEM=1 \
-O3
```
Expand Down

0 comments on commit d74bf3a

Please sign in to comment.