grpc.io icon indicating copy to clipboard operation
grpc.io copied to clipboard

Improved 'make' commandline option

Open ntolazzi opened this issue 2 years ago • 2 comments

The former call 'make -j' keeps spawning an unlimited amount of threads. This reproducibly leads to memory exhaustion on my system (Manjaro Linux with 32GB RAM) and a subsequent crash. 'make -j $(nproc)' only spawns a limited number of compilations threads adjusted to the available cores.

ntolazzi avatar Sep 25 '22 13:09 ntolazzi

CLA Not Signed

Thanks for the change, can you please sign the CLA? We'll start review after that. Also, this looks like duplicated with https://github.com/grpc/grpc.io/pull/983

XuanWang-Amos avatar Oct 05 '22 22:10 XuanWang-Amos