Maximum Memory and CPU Limitations for Linux Server

by Vivek Gite on August 20, 2006 · 8 comments

You should always aware of maximum amount of memory and maximum number of CPU supported by Linux systems / server.

This is an essential task for making out decisions. You must consider at least AMD and Intel platforms, tested under RHEL 5 only:

Intel x86

  • Maximum CPUs: 32 (including logical CPUs)
  • Maximum memory: 64GB
  • Maximum filesize: 8TB
  • Maximum filesystem size (ext3): 16TB
  • Maximum per-process virtual address space: 4GB

AMD 64/EM64T (CentOS 5.x/RHEL 5.x Linux specific info)

  • Maximum CPUs: 256
  • Maximum memory: 256GB
  • Maximum filesize: 8TB
  • Maximum filesystem size (ext3): 16TB
  • Maximum per-process virtual address space: N/A

Please note that above are standard maximum limitations and do not get confused with Linux cluster systems, which can scale up to 1,024 CPUS.

For up-to-date information always refer to Linux kernel documentation located at /usr/src/linux/Documentation.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

We're here to help you make the most of sysadmin work. So, subscribe!

{ 8 comments… read them below or add one }

1 Mace Moneta February 13, 2008

These limitations are for the “vanilla” (out-of-the-box) Linux system. The values can be tweaked, and single system images up to 1024 dual core CPUs (not clustered) with 4TB RAM, have been created as of last August. Those patches are available as required by the GPL, if you want to run your own large scale system.

Reply

2 Jake February 16, 2008

Darn…how am I supposed to do anything with only 64 processors? :-\

Reply

3 jeremi g April 9, 2008

i do not believe any of these statistics are correct, and i’d like to see your sources.

1. vanilla x86 kernel alone can support 255 cpus, not sure about x86-64 at the moment. there are also patches available to support up to 4096 cpus on a single kernel without clustering.

2. maximum filesize is totally dependent upon the filesystem, just as filesystem size is. linux can support files up to 8 exabytes in size with xfs.

3. x86-64 can support 16 exabytes of RAM, not 128G. we have systems at work running redhat and suse with 32 engineering samples of 8G FBDIMMs (that’s 256G of ram)

Reply

4 Ceder April 21, 2008

And what about the desktop capacity system with ths X86 32-64 Processor?

Reply

5 Michael M May 24, 2008

Remember way back in the day when it was said “who would ever need more than 16 cores in their pc” ;-)

Reply

6 :) November 4, 2009

Proves *NIX is far superior than Windows ;)

Reply

7 (: November 16, 2009

Windows is another architecture different than that of UNIX. Most of the other commenly used os’es are based on Unix. But Windows is entirely different than unix .
Total number of processor support is not only to measure the superiority. Windows kernel can also tweaked to support more CPU cores if needed.

Reply

8 :] June 1, 2010

For a nominal fee, of course.***

***Restrictions may apply. Max amount of CPU’s will remain the same. Microsoft holds the right to control any core it sees fit.

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">




Previous post:

Next post: