rattler-build
rattler-build copied to clipboard
Investigate setting up a temporary filesystem on RAM for fast builds
It would be interesting to set up a FS on RAM for really fast builds. Would be nice if we can add something about that to our docs.
Maybe sudo mount -o size=8G -t tmpfs none /mnt/ram
Or something along those lines.