From owner-freebsd-smp@FreeBSD.ORG Mon Apr 26 10:00:20 2010 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1070C1065673 for ; Mon, 26 Apr 2010 10:00:20 +0000 (UTC) (envelope-from stopeme@gmail.com) Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by mx1.freebsd.org (Postfix) with ESMTP id 9344C8FC22 for ; Mon, 26 Apr 2010 10:00:19 +0000 (UTC) Received: by ewy24 with SMTP id 24so3342480ewy.33 for ; Mon, 26 Apr 2010 03:00:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=1idVW7YuPFuqh4khGo4UejrvhQsEQF6Pyhm+3H5bLmQ=; b=pbkkurJ80qyOGza4EeTSMaIny9t+caFglaS8Q3KnX3C0W1d9Nf4r6iZ8MvTZb7m70q a3s0OwvXoHRNgDp+4WRs3Lltf+BKY08ASUuNjw/+42keQOnpkpgylh9oT7tAwgBSkl+Z YXRiEvcQ8wibx78+bLL6eiPV3BTsEOD3YrSO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=d305npdDgTChmzgiXSdQq5B4TcYZaSg8kHisrREKWhm7X6XzUwwdccsvKesbw/DI2S tIoYhmhTDvxDW2Hnzxs/C5QZyEoz7eqNC3f247g2h/r0mKlIz/25NjBQy9LXfzrZ3lTn QgdXq0RQP33KMF3vWegujdUYYiTgo408I5zBo= Received: by 10.103.4.25 with SMTP id g25mr2135156mui.59.1272276012079; Mon, 26 Apr 2010 03:00:12 -0700 (PDT) Received: from [192.168.1.3] ([95.43.41.44]) by mx.google.com with ESMTPS id w5sm16236189mue.54.2010.04.26.03.00.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Apr 2010 03:00:11 -0700 (PDT) Message-ID: <4BD563F7.4010203@googlemail.com> Date: Mon, 26 Apr 2010 12:59:19 +0300 From: oklahoma User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Hubert Tournier , freebsd-smp@freebsd.org References: <28357071.post@talk.nabble.com> <4BD4727F.4060700@googlemail.com> <28359495.post@talk.nabble.com> In-Reply-To: <28359495.post@talk.nabble.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Disabling HyperThreading? X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 10:00:20 -0000 Hubert Tournier wrote: > > I forgot to specify that the system is a remote dedicated server, for which > i have no physical access. > > I could rent a virtual KVM in order to try to access its BIOS settings, but > i'm not sure this would work. > > Any other software solution? if the server is dedicated entirely to you, ask your colo support to disable it for you. other thing i find was machdep.hlt_cpus is suppose to tell the scheduler that there is extra cores but not to use them. try to enable and see with top is there app that use logical cores.