The actual maths is something like
2^32 bytes per process (actually less) 2^12 bytes/page = 2^20 pages per
process * a max of about 1024 processes. Its good to about 6000 processes.
Really we should also keep a limit on the vma's and pages mapped per process
(the latter btw is an rlimit)
Alan