Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SSD configuration
Date: Mon, 26 Nov 2012 14:36:55
Message-Id: 50B37E2D.7060403@wonkology.org
In Reply to: Re: [gentoo-user] SSD configuration by Luis Gustavo Vilela de Oliveira
1 Luis Gustavo Vilela de Oliveira writes:
2
3 > Well, with 8Gb RAM, i recommend use tmpfs on PORTAGE_TMPDIR, just while
4 > u are compiling anything.
5 > Or even with 6Gb too.
6
7 I have 16 GB, with 8GB for $PORTAGE_TMPDIR on tmpfs. There were issues
8 with some packages having not enough space, so I have this in
9 /etc/portage/package.env:
10
11 app-office/libreoffice notmpfs.conf
12 dev-java/icedtea notmpfs.conf
13 games-fps/alienarena notmpfs.conf
14 games-fps/worldofpadman notmpfs.conf
15 games-sports/vdrift notmpfs.conf
16 mail-client/thunderbird notmpfs.conf
17 www-client/firefox notmpfs.conf
18
19 /etc/portage/env.d/notmpfs.conf has this entry, changing PORTAGE_TMPDIR
20 to real HDD space:
21
22 PORTAGE_TMPDIR=/var/portage/tmp
23
24 Most of these packages compile with 8 GB of space, but not with parallel
25 merges, like when Thunderbird and Firefox are both being built at the
26 same time.
27
28 Alex

Replies

Subject Author
Re: [gentoo-user] SSD configuration Daniel Troeder <daniel@×××××××××.com>
Re: [gentoo-user] SSD configuration Luis Gustavo Vilela de Oliveira <luisgustavo.vilela@×××××.com>
Re: [gentoo-user] SSD configuration Jacques Montier <jmontier@×××××.com>
Re: [gentoo-user] SSD configuration Dale <rdalek1967@×××××.com>