Bug #1954
closedinstaller creates /tmp/ as HAMMER pfs instead of tmpfs
Description
Shouldn't we default to having /tmp/ as tmpfs instead of HAMMER?
Updated by alexh almost 14 years ago
On 07/01/11 08:34, Peter Avalos (via DragonFly issue tracker) wrote:
New submission from Peter Avalos <peter@theshell.com>:
Shouldn't we default to having /tmp/ as tmpfs instead of HAMMER?
I don't think that's a good idea. If someone wants their /tmp as tmpfs,
then they can do so easily enough by changing the fstab entry.
The main reason against this is, imo, that tmpfs is a memory file
system and can hence be problematic on machines with limited RAM and/or
large files in the /tmp directory.
Regards,
Alex
Updated by ftigeot almost 13 years ago
- Status changed from New to Feedback
- Assignee deleted (
0)
Wouldn't that be a non-issue if the installer configures the machine with enough swap ?
Updated by pavalos almost 13 years ago
I think for new installations we should default to tmpfs, but maybe add some logic in there that detects low RAM/swap situations. This could be similar to the way we handle HAMMER installs. We don't want people to install a HAMMER fs if their disk is too small, which is comparable to the issue of having too little memory for tmpfs.
Updated by ftigeot almost 13 years ago
This comes down to how much is too little memory ?
Looking at a few different machines, I see a typical /tmp uses only a few kilobytes.
Updated by tuxillo over 2 years ago
- Status changed from Feedback to Closed
- Assignee set to tuxillo
As of f9602a12d5f0345feed0941d0b9e3b4e1816a411, /tmp is tmpfs.