Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Simultaneously emerging multiple packages with same dependencies
Date: Fri, 28 Jan 2011 14:54:47
Message-Id: 4D42D85C.9040502@gmail.com
In Reply to: Re: [gentoo-user] Re: Simultaneously emerging multiple packages with same dependencies by "J. Roeleveld"
1 J. Roeleveld wrote:
2 > On Thursday 27 January 2011 23:53:04 Dale wrote:
3 >
4 >> I just used -j with no number. It worked fine and I played Solitaire
5 >> and checked my email while it was running. The only thing I noticed was
6 >> it using swap. That could slow things down but otherwise, it worked fine.
7 >>
8 >> I do have the nice and ionice settings in make.conf tho. That helps a
9 >> lot for sure. Without those, it would likely slow down a lot.
10 >>
11 > Which settings do you use for that?
12 >
13 > --
14 > Joost
15 >
16 >
17
18 This is my settings at the moment:
19
20 PORTAGE_NICENESS=5
21 PORTAGE_IONICE_COMMAND="ionice -c -3 -p \${PID}"
22 MAKEOPTS="-j6"
23 FEATURES="buildpkg sandbox fixpackages parallel-fetch --keep-going"
24 EMERGE_DEFAULT_OPTS="--with-bdeps y --backtrack=30"
25
26 That works very well here for me. Rig, AMD 4 core CPU at 3.2Ghz, 4Gbs
27 of ram at DDR3 1600 and SATA 3.0Gbs/sec. Your mileage may vary tho.
28
29 Dale
30
31 :-) :-)