From: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
To: "Moessbauer, Felix" <felix.moessbauer@siemens.com>
Cc: "ubely@ilbers.de" <ubely@ilbers.de>,
"isar-users@googlegroups.com" <isar-users@googlegroups.com>,
"ibr@radix50.net" <ibr@radix50.net>,
"Schild, Henning" <henning.schild@siemens.com>
Subject: Re: Better way to handle apt cache needed
Date: Fri, 30 Dec 2022 13:29:59 +0100 [thread overview]
Message-ID: <CAJGKYO4WeUxupoz=nxVQrrJ00THBQbg84b0H=2=pZnF_PHetwQ@mail.gmail.com> (raw)
In-Reply-To: <CAJGKYO4LnC-Yomn2cVRibAdh0VaYL7b10_F_kaa4e0PWF7Bm5w@mail.gmail.com>
On Fri, 30 Dec 2022 at 00:15, Roberto A. Foglietta
<roberto.foglietta@gmail.com> wrote:
> Hi all,
>
> I did some changes to reduce disk usage and to speed up the building.
> The results are quite impressing so, before everything else I am going
> to show you the numbers:
>
> results before and after the changes
>
> 43954 Mb (max) | 8657 Mb (max)
> 26548 Mb (rest) | 4118 Mb (rest)
> 3741 Mb (deb) | 3741 Mb (deb)
> 820 Mb (wic) | 820 Mb (wic)
> 11789 Mb (cache) | 579 Mb (cache)
> time: 8m33s | time: 4m34s
>
> The changes has been committed on the default branch (evo) on my ISAR fork
>
> https://github.com/robang74/isar
>
> * 9fd5282 - changes for a faster build using less disk space, p.1
> * 1b6ac1e - bugfix: no sstate archive obtainable, will run full task instead
> * 2cc1854 - bugfix: do_copy_boot_files was able to fail but then set -e
The patchset is changed in this way:
* 9773c8d - changes for a faster build using less disk space, p.4
(HEAD, origin/evo, origin/HEAD, evo)
* 3501d20 - changes for a faster build using less disk space, p.3
* ab0eb44 - changes for a faster build using less disk space, p.2
* 09e2bf4 - changes for a faster build using less disk space, p.1
* b9257a1 - bugfix: no sstate archive obtainable, will run full task instead
* 2cc1854 - bugfix: do_copy_boot_files was able to fail but then set -e
The second bugfix (b9257a1) has been reworked because it sometimes was
creating trouble. The first bugfix and p.1 did not change. While p.2
fixes the Felix issue on iot2050 and adopts --reflink=auto when using
'cp'. The p.3 is a straightforward version of the improvement sent
here in list by Uladzimir. While the p.4 needs to be discussed because
it is a little radical as an approach and did not bring such a change.
patch 1 patches 1,2,3
------------ basic-os --------------
8657 Mb (max) | 4876 Mb (max)
4118 Mb (rest) | 4028 Mb (rest)
3741 Mb (deb) | 3741 Mb (deb)
820 Mb (wic) | 820 Mb (wic)
579 Mb (cache) | 550 Mb (cache)
time: 4m34s | time: 4m24s
patches 1-3 patches 1-4
------------ basic-os --------------
4876 Mb (max) | 4801 Mb (max)
4028 Mb (rest) | 3952 Mb (rest)
3741 Mb (deb) | 3741 Mb (deb)
820 Mb (wic) | 820 Mb (wic)
550 Mb (cache) | 550 Mb (cache)
time: 4m24s | time: 4m16s
Best regards, R-
next prev parent reply other threads:[~2022-12-30 12:30 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-28 9:02 Moessbauer, Felix
2022-12-28 9:21 ` Baurzhan Ismagulov
2022-12-28 9:45 ` Moessbauer, Felix
2022-12-28 10:23 ` Uladzimir Bely
2022-12-28 11:04 ` Moessbauer, Felix
2022-12-29 23:15 ` Roberto A. Foglietta
2022-12-30 4:38 ` Uladzimir Bely
2022-12-30 7:08 ` Roberto A. Foglietta
2022-12-30 6:05 ` Moessbauer, Felix
2022-12-30 8:27 ` Roberto A. Foglietta
2022-12-30 10:04 ` Moessbauer, Felix
2022-12-30 13:11 ` Moessbauer, Felix
2022-12-30 13:33 ` Roberto A. Foglietta
2022-12-30 13:47 ` Roberto A. Foglietta
2022-12-31 8:59 ` Roberto A. Foglietta
2022-12-31 21:03 ` Roberto A. Foglietta
2023-01-09 8:12 ` Roberto A. Foglietta
2023-01-09 9:58 ` Roberto A. Foglietta
2023-01-19 18:08 ` Roberto A. Foglietta
2023-01-25 4:48 ` Roberto A. Foglietta
2023-02-10 16:05 ` Roberto A. Foglietta
2023-02-14 10:01 ` Roberto A. Foglietta
2023-02-14 16:46 ` Roberto A. Foglietta
2022-12-30 12:29 ` Roberto A. Foglietta [this message]
2022-12-28 9:22 ` Florian Bezdeka
2023-01-02 16:15 ` Henning Schild
2023-01-05 6:31 ` Uladzimir Bely
2023-01-05 17:10 ` Roberto A. Foglietta
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='CAJGKYO4WeUxupoz=nxVQrrJ00THBQbg84b0H=2=pZnF_PHetwQ@mail.gmail.com' \
--to=roberto.foglietta@gmail.com \
--cc=felix.moessbauer@siemens.com \
--cc=henning.schild@siemens.com \
--cc=ibr@radix50.net \
--cc=isar-users@googlegroups.com \
--cc=ubely@ilbers.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox