Re: [OE-core] [PATCH] runqueue: add cpu/io pressure regulation

2022-06-30 Thread Aryaman Gupta
>-Original Message- >From: Richard Purdie >Sent: Thursday, June 30, 2022 5:53 AM >To: Gupta, Aryaman ; openembedded- >c...@lists.openembedded.org >Subject: Re: [OE-core] [PATCH] runqueue: add cpu/io pressure regulation > >[Please note: This e-mail is from an

Re: [OE-core] [PATCH] runqueue: add cpu/io pressure regulation

2022-06-30 Thread Aryaman Gupta
See my comments in-line below: From: Jose Quaresma Sent: Thursday, June 30, 2022 4:32 AM To: Gupta, Aryaman Cc: OE-core Subject: Re: [OE-core] [PATCH] runqueue: add cpu/io pressure regulation [Please note: This e-mail is from an EXTERNAL e-mail address] Hi Aryaman, Aryaman Gupta

Re: [OE-core] [PATCH] runqueue: add cpu/io pressure regulation

2022-06-30 Thread Richard Purdie
On Wed, 2022-06-29 at 16:10 -0400, Aryaman Gupta wrote: > Stop the scheduler from starting new tasks if the > current cpu or io pressure is above a certain threshold, specified > through the "BB_MAX_{CPU|IO}_SOME_PRESSURE" variables in conf/local.conf. > > If the thresholds aren't specified, the

Re: [OE-core] [PATCH] runqueue: add cpu/io pressure regulation

2022-06-30 Thread Jose Quaresma
Hi Aryaman, Aryaman Gupta escreveu no dia quarta, 29/06/2022 à(s) 21:10: > Stop the scheduler from starting new tasks if the > current cpu or io pressure is above a certain threshold, specified > through the "BB_MAX_{CPU|IO}_SOME_PRESSURE" variables in conf/local.conf. > > If the thresholds

[OE-core] [PATCH] runqueue: add cpu/io pressure regulation

2022-06-29 Thread Aryaman Gupta
Stop the scheduler from starting new tasks if the current cpu or io pressure is above a certain threshold, specified through the "BB_MAX_{CPU|IO}_SOME_PRESSURE" variables in conf/local.conf. If the thresholds aren't specified, the default values are 100 for both CPU and IO, which will have no