You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to "Do not start new builder(s) if load is above:" and default to = numcores.
Also a similar option to not start new builders if swap % is above a certain % to help prevent OOM kills from occuring during builds.
This will allow us to better utilize hardware without worry of overdoing it, by setting builder# to, say 8, and jobs-per-builder to, say 5.. on a 16 core CPU, and keep load fairly close to 16 after the initial jump to 40, by just pausing builders until load drops a bit...
This should satisfy the "redistribute cores" feature request, which is harder to do than it would first appear.
The text was updated successfully, but these errors were encountered:
an interesting suggestion that should not be that difficult technically to accomplish although it is a new feature (where synth is essentially in bug fix maintenance mode)
Add option to "Do not start new builder(s) if load is above:" and default to = numcores.
Also a similar option to not start new builders if swap % is above a certain % to help prevent OOM kills from occuring during builds.
This will allow us to better utilize hardware without worry of overdoing it, by setting builder# to, say 8, and jobs-per-builder to, say 5.. on a 16 core CPU, and keep load fairly close to 16 after the initial jump to 40, by just pausing builders until load drops a bit...
This should satisfy the "redistribute cores" feature request, which is harder to do than it would first appear.
The text was updated successfully, but these errors were encountered: