summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-11-10 14:54:33 +0100
committerSteve Sakoman <steve@sakoman.com>2023-12-11 06:13:49 -1000
commita76bc698c43a3e9792ec0ff8c97c446a20c1439e (patch)
tree652c546aabcd7166098e01676be6dcb626303255 /meta-poky
parent3e73216a32a2b01916eb8c555a41579bd69a47aa (diff)
downloadpoky-a76bc698c43a3e9792ec0ff8c97c446a20c1439e.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: 2b2997ab6bdda730e4b638f416311a73e0c42156) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta-poky')
0 files changed, 0 insertions, 0 deletions