On 04/14/13 14:36, yegle wrote:
PORTAGE_TMPDIR="/tmp/ying/portage_tmpdir"
BUILD_PREFIX="/tmp/ying/build_prefix"
DISTDIR="/tmp/ying/distdir"
PORTDIR="/tmp/ying/portdir"
These are the configurations in my make.conf. Details can be found in
make.conf(5).
--
yegle
[1]http://about.me/yegle
On my system I have in make.conf
PORTAGE_TMPFS="/dev/shm"
and in fstab:
shm /dev/shm devtmpfs nodev,nosuid,noexec 0 0
tmpfs /var/tmp/portage tmpfs defaults 0 0
which uses half of my ram for compiling packages. So 4GB is OK for most of them
except the big ones.
--
Joseph