emscripten-core/emscripten

MAXIMUM_MEMORY=-1

Open

#12,462 opened on Oct 7, 2020

View on GitHub
 (13 comments) (0 reactions) (1 assignee)C++ (3,519 forks)batch import
good first bughelp wantedwontfix

Repository metrics

Stars
 (27,361 stars)
PR merge metrics
 (Avg merge 19d 10h) (147 merged PRs in 30d)

Description

According to the docs MAXIMUM_MEMORY=-1 means "no specified limit". In that case I think each browser should allow growth as much as it possibly can. However I"m getting this error when I specify it: emcc: error: invalid byte size `-1`. Valid suffixes are: kb, mb, gb, tb

I'm running emscripten 2.0.5

Contributor guide