←back to thread

150 points shaunpud | 4 comments | | HN request time: 0.001s | source
1. palmfacehn ◴[] No.45059990[source]
If I am satisfied with my disk speed, why would I want to use system memory? What are the specific use cases where this is warranted?
replies(2): >>45060085 #>>45060151 #
2. techjamie ◴[] No.45060085[source]
Technically it'll have some impact on the number of write cycles your disk goes through, and marginally reduce the level of wear.

Most disks have a lot of write cycles available that you'll be fine anyway, but it's a tiny benefit.

3. margalabargala ◴[] No.45060151[source]
Computers like a Raspberry Pi, where the OS is on a sdcard, will hugely benefit.
replies(1): >>45060190 #
4. jauntywundrkind ◴[] No.45060190[source]
Yup. There's lots of advice about how to reduce cycle count, increase lifetime of sd cards out there. This post has a bunch of ideas, and tmpfs is definitely on the list. https://raspberrypi.stackexchange.com/a/186/32611