A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it
1–10 of 137 posts
Re: A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it
#2Re: A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it
#3Re: A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it
#4If 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?
Most disks have a lot of write cycles available that you'll be fine anyway, but it's a tiny benefit.
Re: A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it
#5EDIT: Thank you, jaunty. But all of these are device level. Even bcachefs was block device level. It doesn't allow union over a FUSE FS etc. It seems strange to not have it at the filesystem level.
Re: A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it
#6If 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?
Re: A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it
#7Why is there no write through unionfs in Linux? Feels like a very useful tool to have. Does no one else need this? Have half a mind to write one with an NFS interface. EDIT: Thank you, jaunty. But all of these are device level. Even bcachefs was block device level. It doesn't allow union over a FUSE FS etc. It seems strange to not have it at the filesystem level.
Re: A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it
#8If that happens, reading the file back is DRAMATICALLY slower than if you had just stored the file on disk in the first place.
This change is not going to speed things up for most users, it will slow things. Instead of caching important files, you waste memory on useless temporary files. Then the system swaps it out, so you can get cache back, and then it's really slow to read back.
This change is a mistake.
Re: A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it
#9If 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?
Computers like a Raspberry Pi, where the OS is on a sdcard, will hugely benefit.
Re: A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it
#10(Also, sorry but this article absolutely does not constitute a “deep dive” into anything.)