In article <[EMAIL PROTECTED]> you wrote: > If /run is tmpfs, it means everything stored there eats virtual memory. > So a musch metter strategy would be to move everything from /run to > /var/run at the end of the boot process.
tmpfs stores run ressources in vm more efficiently (since they are otherwise in th buffercache and the filesystem). And you cant really move the run ressources. I vote for having run a tmpfs and having /var/run -> symlinked to /run. Gruss Bernd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]