Skip to content

Commit

Permalink
bump up memory size?
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby committed Mar 10, 2024
1 parent a1b1768 commit ea2d6ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/config.ninja
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ ems_opts_ld = ${ems_opts_ld} -sEXPORTED_RUNTIME_METHODS=['FS','callMain']
ems_opts_ld = ${ems_opts_ld} -s MODULARIZE=1
ems_opts_ld = ${ems_opts_ld} -sNO_DISABLE_EXCEPTION_CATCHING
ems_opts_ld = ${ems_opts_ld} -sTOTAL_STACK=32MB
ems_opts_ld = ${ems_opts_ld} -sINITIAL_MEMORY=64MB
ems_opts_ld = ${ems_opts_ld} -sINITIAL_MEMORY=256MB
ems_opts_ld = ${ems_opts_ld} -sFORCE_FILESYSTEM

################################################################################

0 comments on commit ea2d6ee

Please sign in to comment.