From owner-freebsd-questions@FreeBSD.ORG Fri May 9 05:28:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 032881065672 for ; Fri, 9 May 2008 05:28:49 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id BF93F8FC0C for ; Fri, 9 May 2008 05:28:49 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by wf-out-1314.google.com with SMTP id 28so966999wfa.7 for ; Thu, 08 May 2008 22:28:49 -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:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=+37UMoKtajW3w+SCzpvjQULXcb8qGKnl24kCDHibWz8=; b=Pfmv6vfxVAvz6GfjTiZZBs1dxRN4690jqqxuCEjDznowDqkSti/D2pcjpp8vU47CPIMhWWMxGSZdpxGCAgq0RdHnWaYfaRv5am7Zs6+DZaWlw5jHzxMs70s+a5j2lrYjv4LLfLVkehjM0wwoybcQg2EAcAN3s2Zt7W+yW40NlG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EsTJ42GTo5wzBwpeC7xQfIe0NsGw3NT9qNe3B+rFAhJJScnekwcI2DEpoycbc/n9ty98ly2MLpfKEoFEDmYk5Y60leGv55Y0P5D17NBtN1GYKyYyDdfB50RhwO0yuh5Q8lkB75zu4uyBv618dEkNYNSiUUxbZ9TYAOOqXyej/b0= Received: by 10.142.126.17 with SMTP id y17mr1762303wfc.300.1210310928588; Thu, 08 May 2008 22:28:48 -0700 (PDT) Received: by 10.142.200.19 with HTTP; Thu, 8 May 2008 22:28:46 -0700 (PDT) Message-ID: <64c038660805082228l14a25f71x2a1cb67cd2638a0@mail.gmail.com> Date: Thu, 8 May 2008 23:28:46 -0600 From: Modulok To: "Nerius Landys" In-Reply-To: <560f92640805081955m3219d3d3k26946a3ad5d86b1b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <560f92640805081955m3219d3d3k26946a3ad5d86b1b@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: coretemp 70C = CPU too hot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2008 05:28:50 -0000 > ...I saw that the CPU core temp(s) hit 70 degrees Celsius during a compile of > GCC. Is this too hot? .. Maybe, maybe not. Every chip has a different operational range. This information should be available from the chip manufacturer's website, if you can find it. Additionally, this page (URL) may be of interest: http://www.heatsink-guide.com/maxtemp.shtml -Modulok-