Re: Can't starting postmaster with -B 512 Option - Mailing list pgsql-sql

From Tom Lane
Subject Re: Can't starting postmaster with -B 512 Option
Date
Msg-id 13167.910968590@sss.pgh.pa.us
Whole thread Raw
In response to Can't starting postmaster with -B 512 Option  ("송기원" <schiva@m2000.co.kr>)
List 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 by date:

Previous
From: "송기원"
Date:
Subject: Can't starting postmaster with -B 512 Option
Next
From: Vladimir Litovka
Date:
Subject: Some questions