
Code: Select all
tmpfs /tmp tmpfs defaults,nosuid,size=1024M,mode=1777 0 0
third paragraph wrote:Tmpfs is recommended for systems that do a lot of compiling and loading of programs
and have large amounts of memory (> 16 MB) and swap space.
Code: Select all
none /tmp tmpfs size=32m 0 0
i have to do the following or nothing starts.Config wrote:For those who have a huge tmpfs on /tmp.... here is my fstab line:
And I've never run into problems so far on my laptop - and I use it heavily since may be 3 month nowCode: Select all
none /tmp tmpfs size=32m 0 0
Yeah, I like keeping my /tmp small
Code: Select all
tmpfs /dev/shm tmpfs size=32m 0 0
tmpfs /tmp tmpfs defaults,nosuid,size=32m,mode=1777 0 0Code: Select all
tmpfs /tmp tmpfs size=256M 0 0