From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Reducing I/O of the build process
Date: Tue, 10 Mar 2020 13:26:02 +0000 [thread overview]
Message-ID: <20200310132606.21372-1-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 908 bytes --]
Hello,
I have noticed that when packing the image, we put quite a lot of
pressure on the disks. Our main build VMs become quite slow and even
slow down other machines like the web servers.
To avoid that, I have made a few changes:
/tmp is now a ramdisk and ccache is putting temporary files in there.
This helps a slot with smaller files that are written to disk or at
least the journal.
When the OS tarball for the CDROM is generated, this is now done
in memory and the OS is only written to disk again once. Saves us
again a gigabyte or so in writes.
All other temporary files are moved into /tmp to take advantage of
the ramdisk.
I do not expect any (significant) changes in build time, but if
anything, it could only have gone up. There is no extra memory
needed and the ramdisk is only enabled when enough memory is
available.
But please let me know if you notice any changes.
Best,
-Michael
next reply other threads:[~2020-03-10 13:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-10 13:26 Michael Tremer [this message]
2020-03-10 13:26 ` [PATCH 1/4] make.sh: Make /tmp a ramdisk if ramdisks are enabled Michael Tremer
2020-03-10 13:28 ` [PATCH] make.sh: Umount /tmp when it is a ramdisk Michael Tremer
2020-03-10 13:26 ` [PATCH 2/4] cdrom: Do not write the temporary tarball to disk Michael Tremer
2020-03-10 13:26 ` [PATCH 3/4] cdrom+flash-image: Move all temporary files to /tmp Michael Tremer
2020-03-10 13:26 ` [PATCH 4/4] make.sh: Move ccache's temp directory into /tmp Michael Tremer
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=20200310132606.21372-1-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox