LWN.net Logo

Temporary files: RAM or disk?

Temporary files: RAM or disk?

Posted Jun 9, 2012 23:00 UTC (Sat) by slashdot (guest, #22014)
Parent article: Temporary files: RAM or disk?

If you put /tmp on tmpfs, then you need to have unlimited swap by swapping to a dynamically resized swapfile as well (which might need kernel changes, I think?).

Otherwise you can't create huge files in /tmp, which means that the system is simply broken.


(Log in to post comments)

Temporary files: RAM or disk?

Posted Jun 11, 2012 22:12 UTC (Mon) by nix (subscriber, #2304) [Link]

By extension, any filesystem whose size is not infinite is simply broken. Right.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds