Following the process for Linux, after running make, my computer heats up quickly and forces a shutdown before ten minutes are up, There appears to be a Clang++ process for each core running at close to 100%.
As these processes are generated automatically, I cannot seem to strangle them fast enough.
You can edit LocalExecutor.cs / GetMaxActionsToExecuteInParallel() and limit the number of cores used. However, it seems that your PC is not able to run at full speed without overheating - which is a problem with your setup.
Thanks a lot. You’re embarrassingly right. That’s what happens when you blame everyone else first!
Seem to have turned off a fan or two too many when trying to make my computer quieter. Everything appears to be running fine now. Sort of solution I possibly should have figured out myself!