On 26/05/12 22:46, Jarry wrote:
Hi,
after updating baselayout from 2.0.3 to 2.1-r1 /run is mounted
as tmpfs. But I can not find any mount-option for controlling
how much memory is (or could be) used for it.
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 8223848 224 8223624 1% /run
I know it does not use 8GB right now, yet I'd like to reduce
it to some lower value, not half of my physical memory.
How can I do it? Can I simply add line in fstab like:
none /run tmpfs size=128m 0 0 ???
Id doesn't make any sense to change the default:
a) tmpfs doesn't use RAM if there are no files in it
b) If you make /run smaller and then it fills up, you're fucked
So with a basic application of logic, there is no reason to change it.