Re: Can PostGreSQL handle 100 user database?

Поиск
Список
Период
Сортировка
От Bruce Guenter
Тема Re: Can PostGreSQL handle 100 user database?
Дата
Msg-id 20001130125119.A32028@em.ca
обсуждение исходный текст
Ответ на Re: Can PostGreSQL handle 100 user database?  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-general
On Thu, Nov 30, 2000 at 01:48:43PM -0400, The Hermit Hacker wrote:
> Note that this is a Linux limitation ... and even then, I'm not quite sure
> how accurate that is anymore ... the *BSDs have supported >2gb file
> systems for ages now, and, since IBM supports Linux, I'd be shocked if
> there was a 2GB limit on memory, considering alot of IBMs servers support
> up to 4 or 8GB of RAM ...

Correct.  With the 36-bit PAE extensions on PII and above CPUs, Linux
supports up to the full 64GB of physical RAM.  Individual processes are
limited to either 2GB or 3GB (or 3.5GB), depending on the kernel compile
option as to the division point between kernel and user memory.  Linux
also supports >2GB files (the kernel is limited to 2TB IIRC -- 2^32 512
byte blocks).

Of course, on a 64-bit CPU, all these limitations are off, which really
makes them the platform of choice for heavy data manipulation (I/O).
--
Bruce Guenter <bruceg@em.ca>                       http://em.ca/~bruceg/

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Unanswered questions about Postgre
Следующее
От: Marc SCHAEFER
Дата:
Сообщение: Re: Can PostGreSQL handle 100 user database?