InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.68k stars 916 forks source link

docs: Limit number of jobs used for compilation #1584

Closed FintasticMan closed 1 year ago

FintasticMan commented 1 year ago

This is a small change to prevent the use of too many threads locking up the system. This is an issue I've seen in the chat room a few times, especially when people are running in a virtual machine with a small amount of RAM allocated.

All it does is only let make use as many jobs as there are threads.