• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[FRAGE]Maximale Anzahl Prozessoren?

lg

Newbie
Hallo Community,

folgende Frage beschäftigt mich -- wieviele 32 Bit und 64 Bit Prozessoren unterstützt SuSE Linux 10.0 Professional?

Eine künstliche Einschränkung gibt es vermutlich nicht, dann sollte ja eigentlich das Maximum des Linux-SMP-Kernels gelten, oder?

In diversen FAQs, WIKIs sowie mit der Suchfunktion dieses Boards konnte ich leider keine Informationen finden.

Vielen dank für Antworten im Voraus!
 

Spasswolf

Member
Die maximale Anzahl ist 255. Hier der Auszug aus dem xconfig Text:
Maximum number of CPUs (2-255) (NR_CPUS)

type: integer
prompt: Maximum number of CPUs (2-255)
dep: SMP
range: [2 255]
dep: SMP
default: 32
dep: SMP && (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP || X86_ES7000)
default: 8
dep: SMP

defined at arch/i386/Kconfig:205

This allows you to specify the maximum number of CPUs which this
kernel will support. The maximum supported value is 255 and the
minimum value which makes sense is 2.

This is purely to save memory - each supported CPU adds
approximately eight kilobytes to the kernel image.
 
Oben