For now make is run using a single processor
On linux, number of available processor can be retrieved using
$ getconf _NPROCESSORS_ONLN
64
Running make -j64 will be obviously faster, especially for big sources (grpc, couchbase, ddtrace...)
The above value can be used, or perhaps a new build option
For now make is run using a single processor
On linux, number of available processor can be retrieved using
Running
make -j64will be obviously faster, especially for big sources (grpc, couchbase, ddtrace...)The above value can be used, or perhaps a new build option