Multiple CPUs
Sean
rsh.lists at comcast.net
Tue Dec 13 11:30:48 PST 2005
Robert Fitzpatrick wrote:
> I guess this means my new server is only using one of my CPUs?
>
> esmtp# grep CPU /var/log/dmesg.today
> CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2399.33-MHz 686-class CPU)
> Hyperthreading: 2 logical CPUs
> cpu0: <ACPI CPU (2 Cx states)> on acpi0
>
> Can someone point me to the best doc for enabling use of both CPUs on
> the FreeBSD 5.4 server? I assume the kernel needs built with options.
>
> --
> Robert
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
You need
options SMP # multi processor support
in your kernel config when you build it.
Check here as a start.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
Sean
More information about the freebsd-questions
mailing list