Linux – How many cores can Linux kernel handle

kernellinux

I'm interested in theoretical limits, perhaps with examples of systems having huge numbers of CPU's.

Best Answer

At least 2048 in practice. As a concrete example, SGI sells its UV system, which can use 256 sockets (2,048 cores) and 16TB of shared memory, all running under a single kernel. I know that there are at least a few systems that have been sold in this configuration.

According to SGI:

Altix UV runs completely unmodified Linux, including standard distributions from both Novell and Red Hat.

Related Question