mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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.