emscripten-core/emscripten

MAXIMUM_MEMORY=-1

Open

#12 462 ouverte le 7 oct. 2020

Voir sur GitHub
 (13 commentaires) (0 réactions) (1 assigné)C++ (3 519 forks)batch import
good first bughelp wantedwontfix

Métriques du dépôt

Stars
 (27 361 stars)
Métriques de merge PR
 (Merge moyen 19j 10h) (147 PRs mergées en 30 j)

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

Guide contributeur