All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: Trevor Gamblin <trevor.gamblin@windriver.com>
Cc: Yocto-mailing-list <yocto@lists.yoctoproject.org>,
	 Richard Purdie <richard.purdie@linuxfoundation.org>
Subject: Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: track system load with PARALLEL_MAKE
Date: Mon, 12 Jul 2021 18:04:57 +0200	[thread overview]
Message-ID: <CANNYZj91M+UAg1fDE4dV4rbRxR8mPcMjCkds68zxTgj8xk=erA@mail.gmail.com> (raw)
In-Reply-To: <20210712121116.218723-1-trevor.gamblin@windriver.com>

[-- Attachment #1: Type: text/plain, Size: 1883 bytes --]

I seem to vaguely remember that -l is not actually taking a percentage, but
an absolute value that is specific to the amount of CPU cores a system has.
Have you verified your assumption?

Alex

On Mon, 12 Jul 2021 at 14:11, Trevor Gamblin <trevor.gamblin@windriver.com>
wrote:

> This adds the "-l" option to PARALLEL_MAKE in config.json with an
> initial testing value of 100 (100% system load). This option is supported
> by both Make and Ninja. However, we also require the "--debug=j" option
> to be passed to Make in order for the latter to report perceived system
> load in the do_compile logs, and since this option is not supported by
> Ninja, also add EXTRA_OEMAKE to the EXTRAVARS so that we can determine if
> the target load percentage needs to be adjusted.
>
> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>  config.json | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/config.json b/config.json
> index f54081b..7fc89ea 100644
> --- a/config.json
> +++ b/config.json
> @@ -44,7 +44,7 @@
>              "PREMIRRORS = ''",
>              "BB_GENERATE_MIRROR_TARBALLS = '1'",
>              "BB_NUMBER_THREADS = '16'",
> -            "PARALLEL_MAKE = '-j 16'",
> +            "PARALLEL_MAKE = '-j 16 -l 100'",
>              "XZ_MEMLIMIT = '5%'",
>              "XZ_THREADS = '8'",
>              "BB_TASK_NICE_LEVEL = '5'",
> @@ -61,7 +61,8 @@
>              "RUNQEMU_TMPFS_DIR = '/home/pokybuild/tmp'",
>              "BB_HEARTBEAT_EVENT = '60'",
>              "BB_LOG_HOST_STAT_ON_INTERVAL = '1'",
> -            "BB_LOG_HOST_STAT_CMDS_INTERVAL = 'oe-time-dd-test.sh 100'"
> +            "BB_LOG_HOST_STAT_CMDS_INTERVAL = 'oe-time-dd-test.sh 100'",
> +            "EXTRA_OEMAKE = ' --debug=j'"
>          ]
>      },
>      "templates" : {
> --
> 2.31.1
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 2752 bytes --]

  reply	other threads:[~2021-07-12 16:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-12 12:11 [yocto-autobuilder-helper][PATCH] config.json: track system load with PARALLEL_MAKE Trevor Gamblin
2021-07-12 16:04 ` Alexander Kanavin [this message]
2021-07-12 18:56   ` [yocto] " Trevor Gamblin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANNYZj91M+UAg1fDE4dV4rbRxR8mPcMjCkds68zxTgj8xk=erA@mail.gmail.com' \
    --to=alex.kanavin@gmail.com \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=trevor.gamblin@windriver.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.