bug#43773: [PATCH] offload: Improve load normalization and configurability.

2020-10-08 Thread Maxim Cournoyer
Hello, I went ahead and pushed this change with commit efbf5fdd01817ea75de369e3dd2761a85f8f7dd5. Thank you! Maxim

bug#43773: [PATCH] offload: Improve load normalization and configurability.

2020-10-05 Thread Maxim Cournoyer
Hello, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> Fixes . >> >> The computed normalized load was previously obtained by dividing the load >> average as found in /proc/loadavg by the number of parallel builds defined >> for >> a build mach

bug#43773: [PATCH] offload: Improve load normalization and configurability.

2020-10-05 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Fixes . > > The computed normalized load was previously obtained by dividing the load > average as found in /proc/loadavg by the number of parallel builds defined for > a build machine. > > This normalized didn't allow to compare

bug#43773: [PATCH] offload: Improve load normalization and configurability.

2020-10-04 Thread Andreas Enge
Hello Maxim, On Sat, Oct 03, 2020 at 11:21:12PM -0400, Maxim Cournoyer wrote: > Fixes . > > The computed normalized load was previously obtained by dividing the load > average as found in /proc/loadavg by the number of parallel builds defined for > a build machi

bug#43773: [PATCH] offload: Improve load normalization and configurability.

2020-10-03 Thread Maxim Cournoyer
Fixes . The computed normalized load was previously obtained by dividing the load average as found in /proc/loadavg by the number of parallel builds defined for a build machine. This normalized didn't allow to compare machines with different number of cores, as