From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | beyaRecords - The home Urban music <uzo(at)beya-records(dot)com> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: 7.4.1 install problems on OS X 10.3 |
Date: | 2003-12-29 23:00:53 |
Message-ID: | 17534.1072738853@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-sql |
beyaRecords - The home Urban music <uzo(at)beya-records(dot)com> writes:
> I have been forced to re-buid postgresql 7.4.1 but am encountering a
> problem when i do the following:
> creating template1 database in /usr/local/pgsql/data/base/1... FATAL:
> could not create shared memory segment: Cannot allocate memory
> DETAIL: Failed system call was shmget(key=1, size=1081344, 03600).
You're out of shared memory. Did you shut down the old postmaster
before trying this? The default shared memory size on OS X is not large
enough to run more than one postmaster at a time (unless you reduce
7.4's default shared_buffers and max_connections quite a bit).
If you didn't shut down the old postmaster cleanly (eg you did kill -9
or some such) then the old shared memory segment may still be hanging
around even though it's not in use. OS X doesn't seem to have ipcs or
ipcrm, so there's no real easy way to check this, and no way to get rid
of such a segment except to reboot :-(.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | PostgreSQL Bugs List | 2003-12-30 10:37:57 | BUG #1036: programm result |
Previous Message | Theodore Petrosky | 2003-12-29 22:05:42 | Re: [SQL] 7.4.1 install problems on OS X 10.3 |
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Lau | 2003-12-30 06:49:50 | Get x from path/polygon? |
Previous Message | Theodore Petrosky | 2003-12-29 22:05:42 | Re: [SQL] 7.4.1 install problems on OS X 10.3 |