Matteo Collina @nodeland.dev · Feb 17

The fix: each isolate now gets its own 4GB cage. Your main thread gets 4GB, each worker gets 4GB. The old process-wide limit is gone. The Node.js integration by @jasnell is 62 lines across 8 files.

4 likes 1 replies

?

Replies

Matteo Collina · Feb 17

@platformatic built node-caged, our Node.js 25 Docker image with pointer compression enabled: and benchmarked it on AWS EKS with a real Next.js e-commerce app (10K cards, 100K listings, SSR, search, simulated DB delays). hub.docker.com/r/platformat...