#Fatal process OOM in Cannot grow ExternalPointerTable past its maximum capacity
7 messages · Page 1 of 1 (latest)
Nope, all strictly native
The website isn't very complex either which makes it even weirder
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.
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...
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 🙂
Ah okay, thank you very much! I will downgrade for the meantime
Thanks for the report, and sorry for the inconvenience 😦