Re: FreeBSD 5.2.1, postgresql 7.4.5 and shared memory settings

Поиск
Список
Период
Сортировка
От Rick Apichairuk
Тема Re: FreeBSD 5.2.1, postgresql 7.4.5 and shared memory settings
Дата
Msg-id 9776bb6605013015361b75cddf@mail.gmail.com
обсуждение исходный текст
Ответ на Re: FreeBSD 5.2.1, postgresql 7.4.5 and shared memory settings  (Chris <pglist@gmail.com>)
Ответы Re: FreeBSD 5.2.1, postgresql 7.4.5 and shared memory settings  (Sven Willenberger <sven@dmv.com>)
Список pgsql-general
I tried the settings you gave and they worked (with some caveats).

After I recompiled the FreeBSD kernel with the options:

options         SYSVSHM
options         SYSVMSG
options         SYSVSEM

options         SHMMAXPGS=131072
options         SEMMNI=128
options         SEMMNS=512
options         SEMUME=100
options         SEMMNU=256

I rebooted and attempted to start postgresql and it failed again. I
then ran sysctl -a to verify that the settings were correct. They were
not. Regardless of what's configured in the kernel conf file, the
default values were loaded. I had to edit my /etc/sysctl.conf and
/boot/loader.conf file to get it to work. Which makes me wonder why
the settings are even in the kernel conf file.... but that's not
relevant to this list. But the values you provided did allow me to
start up postgresql with max_connections set up to 479 (480 is too
high and causes error).

On Sun, 30 Jan 2005 13:55:35 -0800, Chris <pglist@gmail.com> wrote:
> I've tested this up to 250 connections on 5.3:
>
> options         SHMMAXPGS=131072
> options         SEMMNI=128
> options         SEMMNS=512
> options         SEMUME=100
> options         SEMMNU=256
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>

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

Предыдущее
От: elein@varlena.com (elein)
Дата:
Сообщение: Re: example for read committed/volitile functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: example for read committed/volitile functions