"=?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