Temporary files: RAM or disk?
Temporary files: RAM or disk?
Posted Jun 1, 2012 3:36 UTC (Fri) by neilbrown (subscriber, #359)In reply to: Temporary files: RAM or disk? by Cyberax
Parent article: Temporary files: RAM or disk?
> "Why not leave /tmp as it is?"
Isn't that answered in the article?
Because "as it is", /tmp imposes unnecessary disk IO which can be noticed when creating lots of small short-lived files. Let's see if we can make it faster, without making it any smaller.