#Fatal process OOM in Cannot grow ExternalPointerTable past its maximum capacity

7 messages · Page 1 of 1 (latest)

rough fable
#

Hum, interesting. Not using FFI, are you?

valid coyote
#

The website isn't very complex either which makes it even weirder

rough fable
#

We've had multiple users calling in about what essentially seems like V8 never deciding to run GC, see https://github.com/denoland/deno/issues/18430 and https://github.com/denoland/deno/issues/18369 for instance.

GitHub

When dealing with multigigs files Deno fail to garbage collect some memory (this is pure speculation from my side) and fail both writing and reading till EOF. I've setup'ed a repro repo her...

GitHub

The below very simple program will ostensibly (at a rate of ~1MB/second) leak memory in Deno (only on Deno versions >= 1.31.0). To reproduce, please add a hello.txt file with a random content su...

#

I'm not aware of any changes that should have this sort of effect in Deno itself, which makes me a bit afraid that this might be a deeper V8 level change that we've not adapted to properly.

Still, it's of course well possible that we've just done something wrong 🙂

valid coyote
#

Ah okay, thank you very much! I will downgrade for the meantime

rough fable
#

Thanks for the report, and sorry for the inconvenience 😦