emscripten-core/emscripten

Memory leak during repeated runs on node.js?

Open

#12.740 aperta il 9 nov 2020

Vedi su GitHub
 (15 commenti) (1 reazione) (0 assegnatari)C++ (3519 fork)batch import
good first bughelp wanted

Metriche repository

Star
 (27.361 star)
Metriche merge PR
 (Merge medio 19g 10h) (147 PR mergiate in 30 g)

Descrizione

Running on node v14.8.0, when I run the same emscripten function repeatedly I eventually run out of memory. Here's a gist that shows the memory ticking up by 16MB each run for a minimal C file that doesn't allocate any memory: https://gist.github.com/apowers313/cee96b41e1f3ba272b214fc7e1c983bb

Guida contributor