Hacker News new | ask | show | jobs
by yjftsjthsd-h 1034 days ago
> tmpfs is more likely to shoot yourself in the foot with excess memory pressure

It defaults to 50% of physical RAM, but you can set the size option to whatever you want: https://www.kernel.org/doc/html/latest/filesystems/tmpfs.htm...

(So yes, something to consider, but totally possible to mitigate)

1 comments

TIL!