Re: maximum possible memory limit ..

Valdis.Kletnieks@vt.edu
Thu, 24 Apr 2003 14:35:59 -0400


--==_Exmh_-1095087500P
Content-Type: text/plain; charset=us-ascii

On Thu, 24 Apr 2003 20:05:24 +0200, Henti Smith <bain@tcsn.co.za> said:
> I had a discussion with somebody watching the whole M$ server launch and
> mentioned then new systems supports up to a terabyte of ram.

Well.. sure.. it's easy enough to write something that supports plugging in
a terabyte. The *tricky* part is supporting it well - you have page table
issues, you have swapping/thrashing issues (if you *do* have to page something
out, you're in trouble.. ;), you have process scheduling issues (how many
Apache processes does it take to use up a terabyte? What's your load average
at that point?), you have multi-processor scaling issues (you're gonna want
to have 64+ processors, etc..)

Consider - the number of machines with over a terabyte of RAM is limited:

http://www.llnl.gov/asci/platforms/platforms.html

That's the sort of box that has a terabyte. Do you *really* think that
M$ 2003 has all the stuff needed to scale to THAT size?

--==_Exmh_-1095087500P
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Exmh version 2.5 07/13/2001

iD8DBQE+qC6OcC3lWbTT17ARAiTKAJ0dW8tQewctUVkGYWKkgUv/DHRQBQCgjwpi
W4LsmUb6JnjdbMvfI3Kob+Q=
=WdO8
-----END PGP SIGNATURE-----

--==_Exmh_-1095087500P--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/