-
- Downloads
Limit the gem native build resources
When building the native extension make -j can absorb all available resources on a system. Implement "reasonable" limits on the number of compiling jobs when the number of processors can be detected and use a conservative count when ruby version does not provide detection.
Please register or sign in to comment