Date: Mon, 14 Jul 2008 10:43:16 -0400 From: "Josh Carroll" <josh.carroll@gmail.com> To: "tethys ocean" <tethys.ocean@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Core(TM)2 Quad and TOP output Message-ID: <8cb6106e0807140743g8abe56co8e9def3b3227da05@mail.gmail.com> In-Reply-To: <235b80000807140547t9007b13of23a1db09085cb71@mail.gmail.com> References: <235b80000807140357m351f801bw254aab35367682bb@mail.gmail.com> <235b80000807140547t9007b13of23a1db09085cb71@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> > I have new server(webserver) quad core but performans is not well >> > (according >> > our old webserver pent IV ). Maybe its performans depends on our web >> > page >> > sourcecode. FreeBSD 6.3 stable is running on it. dmesg is in below. I'm sorry, I completely missed that you were running 6.3 and not a 7.x release. You are running the GENERIC kernel then, and while the processors are visible, it's only using one since you are not running with SMP support. You can build the SMP kernel (basically, GENERIC + options needed for SMP) by doing the following: cd /usr/src make kernel KERNCONF=SMP Then reboot, and it should pick up the newly installed kernel with SMP support. Note that this backs up your old kernel to /boot/kernel.old, so if the new one fails to boot, at the beastie menu, you can boot with the old kernel if necessary. Josh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8cb6106e0807140743g8abe56co8e9def3b3227da05>