Files
nixpkgs/.github
Michael Daniels 8adaa85a7c actions/checkout: log disk usage after checkout, don't use tmpfs on MacOS
We run out of disk on the latest pinned version on MacOS only, because by
default this allocates 50% of memory for the tmpfs, which is 3.5GB on MacOS
(and 4GB on Linux).

We can't increase to 4GB, though, because we get the error
"Desired memsize 4294967296 too large - defaulting to 3758096384 bytes"
if we do.

The logging I add would have saved me a lot of trouble figuring this out.
2026-04-04 16:13:11 -04:00
..
2026-04-04 16:13:11 -04:00