public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Reducing I/O of the build process
@ 2020-03-10 13:26 Michael Tremer
  2020-03-10 13:26 ` [PATCH 1/4] make.sh: Make /tmp a ramdisk if ramdisks are enabled Michael Tremer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Michael Tremer @ 2020-03-10 13:26 UTC (permalink / raw)
  To: development

[-- 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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-10 13:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 13:26 Reducing I/O of the build process Michael Tremer
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox