From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 31 19:19:07 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D1001065674 for ; Wed, 31 Aug 2011 19:19:07 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.re1.yahoo.com (mrout1-b.corp.re1.yahoo.com [69.147.107.20]) by mx1.freebsd.org (Postfix) with ESMTP id 31CF88FC12 for ; Wed, 31 Aug 2011 19:19:06 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.re1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p7VJIhad097285; Wed, 31 Aug 2011 12:18:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1314818323; bh=2gtTYXsnsj4p8+XhYpracvoAcDaQtoI+2lMO418RgCY=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=NUtTtHz/7+16ktOJrr5Mr2gW63ns9PkHpnSQSvsNVw1VS5kZJqhLzCR1F0oonlPav xXoyayUnUbkzIA/B0tbOUvCzKqHUL/9oRIrdL32gjYoupJ5QJ/8nO0p7xRg3nffeT0 IiXz/mazS7dry1y9Vaf2Xdw4kAxRy8BgmxUjI8SY= From: Sean Bruno To: Ivan Voras In-Reply-To: References: <201108291415.32605.jhb@freebsd.org> Content-Type: text/plain; charset="UTF-8" Date: Wed, 31 Aug 2011 12:18:42 -0700 Message-ID: <1314818323.2610.6.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 (2.32.2-1.fc14) Content-Transfer-Encoding: 7bit Cc: "freebsd-hackers@freebsd.org" Subject: Re: Large machine test ideas X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2011 19:19:07 -0000 On Tue, 2011-08-30 at 17:11 -0700, Ivan Voras wrote: > On 29.8.2011. 20:15, John Baldwin wrote: > > > However, the SRAT code just ignores the table when it encounters an issue like > > this, it doesn't hang. Something else later in the boot must have hung. > > Anyway... that machine can in its maximal configuration be populated > with eight 10-core CPUs, i.e. 80 physical / 160 logical, so here's a > vote from me to bump the shiny new cpuset infrastructure maximum CPU > count to 256 before 9.0. > > http://www.supermicro.com/products/system/5U/5086/SYS-5086B-TRF.cfm Doesn't that (MAXCPU) seriously impact VM usage, lock contention etc ... ? I mean, if we have 2 cpus in a machine, but MAXCPU is set to 256, there is a bunch of "lost" memory and higher levels of lock contention? I thought that attilio was taking a stab at enhancing this, but at the current time anything more than a value of 64 for MAXCPU is kind of a "caveat emptor" area of FreeBSD. Sean P.S. I say 64 as yahoo has been running 64 cpus with local patches for a while, so I know that this works fairly well.