CPU を無効化する2008年12月22日 10時05分07秒

2007 年の 12 月頃のメールだと思うが、面白い物が出てきた。システムの一部の CPU を無効にする方法。恐らく、7.0 が出る少し前だったような気がする。


Check dmesg for the APIC numbers corresponding to the CPUs you want to 
disable and add the corresponding entries to /boot/loader.conf, e.g.:

hint.lapic.1.disable="1"
hint.lapic.3.disable="1"
hint.lapic.5.disable="1"
hint.lapic.7.disable="1"

dmesg で、CPU の番号を確かめ、loader.conf で無効に出来るそうだ。