minus-squareede1998@feddit.orgtoRust@programming.dev•[Solved] How can I keep cargo build artifacts in RAM?linkfedilinkarrow-up16·6 days agoAs other already mentioned you can mount a RAM disk yourself to where the target folder would be placed. Alternatively you can change where cargo places its artifacts to somewhere you already have a ram disk mounted, e.g. /tmp https://doc.rust-lang.org/cargo/reference/config.html#buildtarget-dir linkfedilink
As other already mentioned you can mount a RAM disk yourself to where the target folder would be placed. Alternatively you can change where cargo places its artifacts to somewhere you already have a ram disk mounted, e.g. /tmp
https://doc.rust-lang.org/cargo/reference/config.html#buildtarget-dir