Re: Upper limit on number of buffers?

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: Upper limit on number of buffers?
Дата
Msg-id Pine.GSO.3.96.SK.1001225074637.24276N-100000@ra
обсуждение исходный текст
Ответ на Upper limit on number of buffers?  (mlw <markw@mohawksoft.com>)
Список pgsql-hackers
/proc/sys/kernel/shmmax
Oleg
On Sun, 24 Dec 2000, mlw wrote:

> Date: Sun, 24 Dec 2000 13:52:43 -0500
> From: mlw <markw@mohawksoft.com>
> To: Hackers List <pgsql-hackers@postgresql.org>
> Subject: [HACKERS] Upper limit on number of buffers?
> 
> This line works:
> /usr/local/pgsql/bin/postmaster -N 32 -B 928 -i -S
> -D/home/postgres/pgdev -o "-F -fs -S 4096"
> 
> Where as this line:
> 
> /usr/local/pgsql/bin/postmaster -N 32 -B 1024 -i -S
> -D/home/postgres/pgdev -o "-F -fs -S 4096"
> 
> does not.
> 
> Any ideas? 
> I have 256M of memory, RedHat Linux 7.0, CVS version of Postgres as of a
> couple days ago.
> 
> -- 
> http://www.mohawksoft.com
> 

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



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

Предыдущее
От: "Joe Conway"
Дата:
Сообщение: Re: Upper limit on number of buffers?
Следующее
От: "Abe"
Дата:
Сообщение: COUNT(Distinct city) HELP!!!