From owner-freebsd-current@FreeBSD.ORG Wed Oct 20 22:13:14 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC85216A4CE for ; Wed, 20 Oct 2004 22:13:14 +0000 (GMT) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE1643D53 for ; Wed, 20 Oct 2004 22:13:14 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw0.york.ac.uk (8.12.10/8.12.10) with ESMTP id i9KMDBkI028440; Wed, 20 Oct 2004 23:13:11 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id i9KMDBEq082286; Wed, 20 Oct 2004 23:13:11 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)i9KMDBGq082283; Wed, 20 Oct 2004 23:13:11 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Wed, 20 Oct 2004 23:13:11 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Nik Azim Azam In-Reply-To: <20041020220102.22207.qmail@web21127.mail.yahoo.com> Message-ID: <20041020231203.O79048@ury.york.ac.uk> References: <20041020220102.22207.qmail@web21127.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: freebsd-current@freebsd.org Subject: Re: number of CPUs and IPI panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 22:13:14 -0000 On Wed, 20 Oct 2004, Nik Azim Azam wrote: > hello list, > > i'm doing some testing on a 6 cpu pentium II overdrive > computer with 6-CURRENT. with 6 cpus, the system will > panic easily with moderate load (previous IPI is > stuck). i edited sys/i386/sys/param.h file and lowered > the MAXCPU to 4. now the system is running with 4 cpus > and it survived a make buildworld + portupgrade at the > same time. > > is this a known problem? i can give more information > if anyone interested. Are you using SCHED_ULE? (I believe it's the default in 6-CURRENT...) If so, try with SCHED_4BSD. ULE has known problems at the moment. Gavin