Re: Can't starting postmaster with -B 512 Option

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can't starting postmaster with -B 512 Option
Дата
Msg-id 13167.910968590@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Can't starting postmaster with -B 512 Option  ("송기원" <schiva@m2000.co.kr>)
Список pgsql-sql
"=?euc-kr?B?vNux4r/4?=" <schiva@m2000.co.kr> writes:
> System Spec
>     SUN OS 2.6
>     PostgreSQL 6.3 Version
>
> sol% postmaster -B 512 -S -D /usr/local/pgsql/data
> FATAL 1:  ShmemCreate: cannot create region

> I don't know why error occured....

Probably your system has a small limit on the amount of memory that can
be reserved as shared memory.  This is a tunable kernel parameter on
most of the systems I know, but I don't know the exact procedure for
changing it on SunOS --- see your sysadmin, or start reading the manuals
if you are the sysadmin...

BTW, you should consider upgrading to Postgres 6.4.

            regards, tom lane

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

Предыдущее
От: "송기원"
Дата:
Сообщение: Can't starting postmaster with -B 512 Option
Следующее
От: Vladimir Litovka
Дата:
Сообщение: Some questions