So the other thread about old ssds and writing to the same spot got me thinking. What are some interesting uses of /dev/shm?
Some quick googling sugested running vms from it.
I thought about encoding here.
Using it to speed up a gzip ->
Gzip file.bigfile /dev/shm/file.bigfile.gz && mv /dev/shm/file.bigfile.gz .
Sharing a steam backup at a lan party from it via samba so the hdd doesn't get thrashed and bottle down to 2mb/sec per player.
Any other ideas for the shared memory pool?
Some quick googling sugested running vms from it.
I thought about encoding here.
Using it to speed up a gzip ->
Gzip file.bigfile /dev/shm/file.bigfile.gz && mv /dev/shm/file.bigfile.gz .
Sharing a steam backup at a lan party from it via samba so the hdd doesn't get thrashed and bottle down to 2mb/sec per player.
Any other ideas for the shared memory pool?
