Hacker News new | past | comments | ask | show | jobs | submit login

I have fixed this issue forever. I got a Thinkpad P50 with 64 gigs of ram. So, I just mount a tmpfs over ~/.cache.

I actually use a tmpfs for a few things:

    $ grep tmpfs /etc/fstab
    tmpfs	/tmp			tmpfs	nodev,nosuid,mode=1777,noatime	0 0
    tmpfs	/var/tmp/portage	tmpfs	noatime	0 0
    tmpfs	/home/zx2c4/.cache	tmpfs	noatime,nosuid,nodev,uid=1000,gid=1000,mode=0755	0 0



Fwiw, Session Restore doesn't hit ~/.cache at all. (Afaict, I'm the last person who changed how Session Restore writes its files).


Are these writes happening in ~/.cache?




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: