diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2023-04-06 20:07:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-22 10:30:42 +0100 |
commit | c570cf17331cd84f1b0570db2f2881f0f0810c97 (patch) | |
tree | 1e6ddf83d65b4de3a14e9300aef3d83f289e9902 /oe-init-build-env | |
parent | 39428da6b61c8af25f643c64c2f46fec62c6725e (diff) | |
download | poky-c570cf17331cd84f1b0570db2f2881f0f0810c97.tar.gz |
bitbake: runqueue: fix PSI check calculation
The current PSI check calculation does not take into consideration
the possibility of the time interval between last check and current
check being much larger than 1s. In fact, the current behavior does
not match what the manual says about BB_PRESSURE_MAX_XXX, even if
the value is set to upper limit, 1000000, we still get many blocks
on new task launch. The difference between 'total' should be divided
by the time interval if it's larger than 1s.
(Bitbake rev: b4763c2c93e7494e0a27f5970c19c1aac66c228b)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions