Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-performance
Jesse Jacobs wrote:
> I've read about a deadlock condition.
> What would constitute a oversive tmpfs?
> I thought anything unable to be allocated would be paged out to swap.
No, if you run out of tmpfs, that's it.. you're out of disk space.. it
wont use swap to emulate disk space.
> What would be the max size of /var/tmp?
well, your memory capacity... but if you filled it up, your system would
have no memory to execute code (ie. compile).
The default, half your RAM, is sensible.
> ie. when building openoffice would ram(512) + 4GB swap suffice?
using tmpfs as /var/tmp isn't a good plan... having more memory freely
available for gcc to use will result in faster compilation. the temp
files are only going to be makefiles and binaries, as gcc -pipe means no
temporary compilation files are used.
Unless your machine has 4GB of ram, I wouldn't use tmpfs for storage.
Not to mention that tmpfs needs to be mounted on /dev/shm for rpc calls too.
MAL
--
gentoo-performance@g.o mailing list
|
|