Re: Beginner optimization questions, esp. regarding

Поиск
Список
Период
Сортировка
От Frank Wiles
Тема Re: Beginner optimization questions, esp. regarding
Дата
Msg-id 20060815140806.8c73ef5f.frank@wiles.org
обсуждение исходный текст
Ответ на Re: Beginner optimization questions, esp. regarding Tsearch2  ("Carl Youngblood" <carl@youngbloods.org>)
Список pgsql-performance
On Tue, 15 Aug 2006 12:47:54 -0600
"Carl Youngblood" <carl@youngbloods.org> wrote:

> I tried setting it to 2GB and postgres wouldn't start.  Didn't
> investigate in much greater detail as to why it wouldn't start, but
> after switching it back to 1GB it started fine.
>
> On 8/15/06, Jim C. Nasby <jnasby@pervasive.com> wrote:
> > See the recent thread about how old rules of thumb for
> > shared_buffers are now completely bunk. With 4G of memory, setting
> > shared_buffers to 2G could easily be reasonable. The OP really
> > needs to test several different values with their actual workload
> > and see what works best.

   Sounds like you need to increase your kernel's maximum amount
   of shared memory.  This is typically why an increase in
   shared_buffers causes PostgreSQL not to start.

   Check out this page in the docs for more information:

   http://www.postgresql.org/docs/8.1/static/kernel-resources.html

 ---------------------------------
   Frank Wiles <frank@wiles.org>
   http://www.wiles.org
 ---------------------------------


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Beginner optimization questions, esp. regarding Tsearch2
Следующее
От: mark@mark.mielke.cc
Дата:
Сообщение: Re: Postgresql Performance on an HP DL385 and