docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

Bump Release for Node 18.20 Memory Leak fix

Open TiKevin83 opened this issue 1 year ago • 5 comments
trafficstars

We use this image for CI builds of React Native, can we bump out a release to use at least Node 18.20? I'm getting 18.19 in my CI pipeline and there's a critical fix in 18.20 for a memory leak in Jest tests that has been out there for 2.5 years and requiring running Jest with --workerIdleMemoryLimit set to a low number like 100mb to prevent OOMs in the CI runner.

https://github.com/jestjs/jest/issues/11956 https://nodejs.org/en/blog/release/v18.20.0#vm-fix-v8-compilation-cache-support-for-vmscript

TiKevin83 avatar Apr 15 '24 19:04 TiKevin83