On 06/29/13 11:18, Ville Valkonen wrote:
On 29 June 2013 09:51, Andreas Bartelt <[email protected]> wrote:
<snip>
time ./buildsrc.sh took about 41 minutes at 5.3 release, then went down
to 32 minutes at some point afterwards. At some point after June 7th,
build time doubled to 64 minutes.
</snip>
Hi Andreas,
story doesn't tell whether you have sysctl kern.pool_debug set to 0.
Is it? In release it is, in current it is not.
yep, forgot to mention this... kern.pool_debug was set to 0 during all
these measurements. All measurements were done on current -- with 41
minutes at 5.3 release I actually meant the approximate time when 5.3
was released. The build time improvement to 32 minutes happened about
mid-May, if I remember correctly.
# cat /etc/sysctl.conf |grep -v ^#
kern.pool_debug=0
kern.bufcachepercent=40
Best Regards
Andreas