[Bug 265254] lang/gcc11: build gets stuck
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265254] lang/gcc11: build gets stuck"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Jul 2022 08:01:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265254 --- Comment #22 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Matthias Andree from comment #21) Filling up disks: just rust uses 17+ GiBytes of temporary disk space when tmpfs is largely avoided. Otherwise RAM+SWAP ends up covering that 17+ GiBytes. I set up my environments for building such that having 10 or 20 or more examples of such builders going at once would not wipe out the free space intended for use. I avoid configurations that try to cover such via tmpfs use. And, yes, it is not uncommon for me to end up with 4+ compiler toolchains building at once. Note: For UFS, I consider most of the free space as available for use. But, for ZFS, I try to always keep 25%+ free at all times, per the notes in the book The Design and Implementation of the FeeBSD Operating Stystem 2nd Ed. about ZFS performance characteristics (based on its design). -- You are receiving this mail because: You are the assignee for the bug.