Questions tagged [tmpfs]

71 questions
7
votes
2 answers

Does Linux tmpfs filesystem need the sync option?

I'm looking for info about mounting a tmpfs partition and sync option. Sync makes the data beeing dumped onto the disk without beeing saved in cache. This works with ext4 and other filesystems. I'm wondering is even a tmpfs partition needs the sync…
2
votes
1 answer

Speeding up page load times by using tmpfs

I have a Wordpress site which uses a file cache to store various object information. Now I would like the time to access the data in the cache to be much shorter, and I have heard various people on the net suggesting that it would be a good idea to…
0
votes
0 answers

Linux tmpfs and out of memory

I wrote a script that constantly writes a lot of data on a tmpfs partition. The size of this partition is 40% of RAM. The size of the data in this partition never exceeds the 60% of the whole partition capacity. But even if in theory the setup is…