src: use cgroups to get memory limits by kjin · Pull Request #27508 · nodejs/node
This PR improves the way we set the memory ceiling for a Node.js process. Previously we would use the physical memory size (from libuv) to estimate the necessary V8 heap sizes. The physical memory ...