Re: svn commit: r228424 - in head/sys: kern sys

2012-01-25 Thread Florian Smeets
On 25.01.12 22:59, Andriy Gapon wrote: > on 24/01/2012 00:53 Florian Smeets said the following: >> On 11.12.11 22:02, Andriy Gapon wrote: >>> Author: avg Date: Sun Dec 11 21:02:01 2011 New Revision: 228424 URL: >>> http://svn.freebsd.org/changeset/base/228424 >>> >>> Log: panic: add a switch and in

Re: svn commit: r228424 - in head/sys: kern sys

2012-01-25 Thread Andriy Gapon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 on 24/01/2012 00:53 Florian Smeets said the following: > On 11.12.11 22:02, Andriy Gapon wrote: >> Author: avg Date: Sun Dec 11 21:02:01 2011 New Revision: 228424 URL: >> http://svn.freebsd.org/changeset/base/228424 >> >> Log: panic: add a switch and

Re: svn commit: r228424 - in head/sys: kern sys

2012-01-25 Thread John Baldwin
On Tuesday, January 24, 2012 5:08:39 am Ivan Voras wrote: > On 23 January 2012 23:53, Florian Smeets wrote: > > > which creates a database work set of ~1.5GB. Max throughput was achieved > > at 20 Clients. > > > At 40 threads the results varied between 43000 - 76500 across reboots. > > Attilio s

Re: svn commit: r228424 - in head/sys: kern sys

2012-01-24 Thread Ivan Voras
On 23 January 2012 23:53, Florian Smeets wrote: > which creates a database work set of ~1.5GB. Max throughput was achieved > at 20 Clients. > At 40 threads the results varied between 43000 - 76500 across reboots. > Attilio suspects that this can be caused by the kernel memory layout > changing u

Re: svn commit: r228424 - in head/sys: kern sys

2012-01-23 Thread Florian Smeets
On 11.12.11 22:02, Andriy Gapon wrote: > Author: avg > Date: Sun Dec 11 21:02:01 2011 > New Revision: 228424 > URL: http://svn.freebsd.org/changeset/base/228424 > > Log: > panic: add a switch and infrastructure for stopping other CPUs in SMP case > Hi, Attilio asked me to verify that this c

svn commit: r228424 - in head/sys: kern sys

2011-12-11 Thread Andriy Gapon
Author: avg Date: Sun Dec 11 21:02:01 2011 New Revision: 228424 URL: http://svn.freebsd.org/changeset/base/228424 Log: panic: add a switch and infrastructure for stopping other CPUs in SMP case Historical behavior of letting other CPUs merily go on is a default for time being. The new be