Artix Linux Forum

Artix Linux => System => Topic started by: Mirceamx on 22 October 2018, 21:09:17

Title: Is it a good ideea to mount TMPS via Fstab?
Post by: Mirceamx on 22 October 2018, 21:09:17
I noticed this line was missing from fstab so I added it:

tmpfs   /tmp         tmpfs   nodev,nosuid          0  0

Is it a good idea. I want my apps to start faster but they somehow seem to start slower...I'm using Plasma btw.
Thank you.
Title: Re: Is it a good ideea to mount TMPS via Fstab?
Post by: nous on 22 October 2018, 22:22:47
This uses your RAM as /tmp and it's way faster than using a HDD or even a SSD. If you don't use /tmp for user stuff (i.e. temporary downloads and such), the RAM usage is negligible and not causing adverse effects even in low-RAM systems.