Testing FORCE MAKE JOBS on FreeBSD 8.0: Difference between revisions

From TykWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
portmaster --no-confirm -afB
A whole lot of ports installed:
<pre>
[tykling@tyklappy ~]$ pkg_info | wc -l
    440
</pre>


Uden FORCE_MAKE_JOBS:
This is the command I run to rebuild all ports (except for portmaster):
<pre>
portmaster --no-confirm -afB -x portmaster
</pre>


real    378m53.008s
== Test 1 ==
user    403m40.086s
<code>/etc/make.conf</code>:
sys    99m14.101s
<pre>
# added by use.perl 2010-04-13 22:07:18
PERL_VERSION=5.8.9
</pre>


FORCE_MAKE_JOBS med 2 jobs:


real    343m5.886s
Resultat:
user    405m43.557s
<pre>
sys    98m56.720s
real    378m53.008s
user    403m40.086s
sys    99m14.101s
</pre>


FORCE_MAKE_JOBS med 4 jobs:
== Test 2 ==
<code>/etc/make.conf</code>:
<pre>
FORCE_MAKE_JOBS=YES
MAKE_JOBS_NUMBER=2


real    339m
# added by use.perl 2010-04-17 03:07:25
PERL_VERSION=5.8.9
</pre>
 
<pre>
real    343m5.886s
user    405m43.557s
sys    98m56.720s
</pre>
 
 
== Test 2 ==
<code>/etc/make.conf</code>:
<pre>
FORCE_MAKE_JOBS=YES
MAKE_JOBS_NUMBER=4
 
# added by use.perl 2010-04-17 03:07:25
PERL_VERSION=5.8.9
</pre>
 
<pre>
real    339m
</pre>

Revision as of 11:55, 17 April 2010

A whole lot of ports installed:

[tykling@tyklappy ~]$ pkg_info | wc -l
    440

This is the command I run to rebuild all ports (except for portmaster):

portmaster --no-confirm -afB -x portmaster

Test 1

/etc/make.conf:

# added by use.perl 2010-04-13 22:07:18
PERL_VERSION=5.8.9


Resultat:

real    378m53.008s
user    403m40.086s
sys     99m14.101s

Test 2

/etc/make.conf:

FORCE_MAKE_JOBS=YES
MAKE_JOBS_NUMBER=2

# added by use.perl 2010-04-17 03:07:25
PERL_VERSION=5.8.9
real    343m5.886s
user    405m43.557s
sys     98m56.720s


Test 2

/etc/make.conf:

FORCE_MAKE_JOBS=YES
MAKE_JOBS_NUMBER=4

# added by use.perl 2010-04-17 03:07:25
PERL_VERSION=5.8.9
real    339m