Re: [gentoo-user] Specific MAKEOPTS for one package

2018-10-01 Thread Walter Dnes
On Mon, Oct 01, 2018 at 12:34:25PM +0100, Klaus Ethgen wrote > First, cpufreq-set seems to be not available on gentoo anymore. Doesn't > matter, just giving it a try. I wrote up a bash script (Yes!) to do cpu speed control. As a script, it has no external dependancies. The only requirements

Re: [gentoo-user] Specific MAKEOPTS for one package

2018-10-01 Thread Michael Orlitzky
On 10/01/2018 07:34 AM, Klaus Ethgen wrote: > > First, cpufreq-set seems to be not available on gentoo anymore. Doesn't > matter, just giving it a try. > You want sys-power/cpupower these days.

Re: [gentoo-user] Specific MAKEOPTS for one package

2018-10-01 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Fr den 28. Sep 2018 um 5:19 schrieb Walter Dnes: > On Tue, Sep 25, 2018 at 02:25:50PM +0100, Klaus Ethgen wrote > > I have set MAKEOPTS="-j3" in my make.conf. > I assume you have 2 cores on your cpu and you're adding 1 as per the > ancient

Re: [gentoo-user] Specific MAKEOPTS for one package

2018-09-27 Thread Walter Dnes
On Tue, Sep 25, 2018 at 02:25:50PM +0100, Klaus Ethgen wrote > Hi Folks, > > I have set MAKEOPTS="-j3" in my make.conf. I assume you have 2 cores on your cpu and you're adding 1 as per the ancient rule. That may not be the best option anyways. See

Re: [gentoo-user] Specific MAKEOPTS for one package

2018-09-26 Thread james
On 9/25/18 10:05 AM, Klaus Ethgen wrote: > Thanks Dale and Michael, that was exactly I was searching for. (I think. > ;-) > > Am Di den 25. Sep 2018 um 15:00 schrieb Peter Humphrey: >> On Tuesday, 25 September 2018 14:25:50 BST Klaus Ethgen wrote: > >>> Is there an option to set -j1 just for

Re: [gentoo-user] Specific MAKEOPTS for one package

2018-09-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Thanks Dale and Michael, that was exactly I was searching for. (I think. ;-) Am Di den 25. Sep 2018 um 15:00 schrieb Peter Humphrey: > On Tuesday, 25 September 2018 14:25:50 BST Klaus Ethgen wrote: > > > Is there an option to set -j1 just for

Re: [gentoo-user] Specific MAKEOPTS for one package

2018-09-25 Thread Peter Humphrey
On Tuesday, 25 September 2018 14:25:50 BST Klaus Ethgen wrote: > Is there an option to set -j1 just for firefox package? (and rust, that > has the same problem)? As Dale and Michael said, but you may find -j2 acceptable; It's what I use for everything here. -- Regards, Peter.

Re: [gentoo-user] Specific MAKEOPTS for one package

2018-09-25 Thread Dale
Klaus Ethgen wrote: > Hi Folks, > > I have set MAKEOPTS="-j3" in my make.conf. That is great for most > packages but when I compile firefox that makes my box exploding as it > consumes simply to much RAM. > > Is there an option to set -j1 just for firefox package? (and rust, that > has the same

Re: [gentoo-user] Specific MAKEOPTS for one package

2018-09-25 Thread Michael Orlitzky
On 09/25/2018 09:25 AM, Klaus Ethgen wrote> > Is there an option to set -j1 just for firefox package? (and rust, that > has the same problem)? > https://wiki.gentoo.org/wiki//etc/portage/package.env

[gentoo-user] Specific MAKEOPTS for one package

2018-09-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Folks, I have set MAKEOPTS="-j3" in my make.conf. That is great for most packages but when I compile firefox that makes my box exploding as it consumes simply to much RAM. Is there an option to set -j1 just for firefox package? (and rust, that