Re: Postgres not using shared memory

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Postgres not using shared memory
Дата
Msg-id 878y85zvqn.fsf@asmodeus.mcnaught.org
обсуждение исходный текст
Ответ на Postgres not using shared memory  ("Karl O. Pinc" <kop@meme.com>)
Ответы Re: Postgres not using shared memory  ("Karl O. Pinc" <kop@meme.com>)
Список pgsql-general
"Karl O. Pinc" <kop@meme.com> writes:

> Hi,
>
> I can't seem to get postgresql to use shared memory and performance is
> terrrible.

1) Linux doesn't track shared pages (which is not the same as shared
   memory) anymore--the field the in 'free' output is just there to
   avoid breaking software.  Use the 'ipcs' command to list shared
   memory segments--you'll find Postgres is using what you told it to
   (otherwise it woudn't start up at all).
2) The -performance list is a good place to find out why queries are
   running slowly.

-Doug

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

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Performance tuning on RedHat Enterprise Linux 3
Следующее
От: John Allgood
Дата:
Сообщение: Postgres 7.4.6 x86_64 RPMS