From owner-freebsd-questi...@freebsd.org Wed Aug 29 16:52:53 2012
> Is it possible to reduce priority
> of port building processes with
> something like "nice +19 make" (tcsh syntax)?
Sure, I do it all the time.
ok, thanks.
I'll try it next time.
Anton
__
On 29/08/2012 15:56, Anton Shterenlikht wrote:
> Is it possible to reduce priority
> of port building processes with
> something like "nice +19 make" (tcsh syntax)?
Sure, I do it all the time.
You may even want to make a shell alias in your cshrc, i.e.
alias make nice +19 make
(or something like
Hi,
On Wed, 29 Aug 2012 14:56:07 +0100 (BST)
Anton Shterenlikht wrote:
> Is it possible to reduce priority
> of port building processes with
> something like "nice +19 make" (tcsh syntax)?
>
> Here's a typical scenario for a large build
> (actually building gcc-4.7 and firefox in parallel):
>
Is it possible to reduce priority
of port building processes with
something like "nice +19 make" (tcsh syntax)?
Here's a typical scenario for a large build
(actually building gcc-4.7 and firefox in parallel):
last pid: 54736; load averages: 5.27, 5.38, 5.11up
9+15:37: