mr_right@lemmy.dbzer0.com to linuxmemes@lemmy.world · 2 years agoyou don't need more 4GB of RAMlemmy.dbzer0.comimagemessage-square221linkfedilinkarrow-up11.5Karrow-down139
arrow-up11.46Karrow-down1imageyou don't need more 4GB of RAMlemmy.dbzer0.commr_right@lemmy.dbzer0.com to linuxmemes@lemmy.world · 2 years agomessage-square221linkfedilink
minus-squareKlaymore@sh.itjust.workslinkfedilinkarrow-up5·edit-22 years agoI actually do this with NixOS impermanence lol. The things I need are symlinked from a different partition and the stuff I don’t need automatically gets wiped clean.
minus-squareSuperIce@lemmy.worldlinkfedilinkEnglisharrow-up1·2 years agoI actually have my ~/.cache mounted as a tmpfs. No need to write that to disk when I have like 50GB of free RAM most of the time.
mount $HOME in tmpfs
I actually do this with NixOS impermanence lol. The things I need are symlinked from a different partition and the stuff I don’t need automatically gets wiped clean.
I actually have my
~/.cachemounted as a tmpfs. No need to write that to disk when I have like 50GB of free RAM most of the time.I have considered it a few times ngl