- To: Daniel Pittman <daniel@xxxxxxxxxxxx>
- Subject: Re: [SLUG] /var/run too small - how do I change it?
- From: Adrian Chadd <adrian@xxxxxxxxxxxxxxx>
- Date: Thu, 17 Jul 2008 10:39:59 +0800
- Cc: slug@xxxxxxxxxxx
- User-agent: Mutt/1.5.13 (2006-08-11)
On Thu, Jul 17, 2008, Daniel Pittman wrote:
> Like ramfs it grows on demand, with a cap, rather than preallocating
> space. ramdisk is a reasonably inaccurate description of it, really,
> because this is a purpose built ram backed filesystem rather than
> emulating a block device.
In fact, I'm reasonably sure its meant to be more like a "swap backed FS"
which just -happens- to be cached in RAM.
I used to configure very minimal swap on machines w/ large amounts of RAM
- why bother with lots of swap? If the app server has to start paging
then performance will bottom out very quickly! - however then tmpfs'es
started showing up in Linux and these want more swap space so long-held
temporary files don't hold up precious RAM.
2c,
Adrian