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-laptop
<snip>
> how to make it better ? (I know reiserfs is not a good idea, but at the moment
> of building the system, it seamed good for little files/DB...)
>
> I have read of mounting part of /var as tmpfs... ?
>
<snip>
Yes, I use tmpfs on /vat/tmp/portage to reduce the disk i/o on my laptop.
Here is the line I use in the /etc/fstab:
none /var/tmp/portage tmpfs nr_inodes=1M,size=2G 0 0
This will allow the directory /var/tmp/portage to use at most 2GB of
memory (I have 4GB).
It is enough to compile most of the packages in portage.
|
|