Re: Fatal "make check" bug with 8.0 beta 3 under Mac OS 10.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Reuven M(dot) Lerner" <reuven(at)lerner(dot)co(dot)il>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Fatal "make check" bug with 8.0 beta 3 under Mac OS 10.3
Date: 2004-10-12 19:52:24
Message-ID: 6088.1097610744@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Reuven M. Lerner" <reuven(at)lerner(dot)co(dot)il> writes:
> /test/regress/./tmp_check/data/base/1 ... FATAL: could not create
> shared memory
> segment: Cannot allocate memory
> DETAIL: Failed system call was shmget(key=2, size=1163264, 03600).

OS X has an unreasonably small limit on shared memory size; if you don't
raise it (IIRC you can do this in /etc/rc) then you don't get to have
more than one postmaster at a time.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Reuven M. Lerner 2004-10-12 19:55:16 Re: Fatal "make check" bug with 8.0 beta 3 under Mac OS 10.3
Previous Message Gaetano Mendola 2004-10-12 14:08:18 Re: BUG #1284: The backend has broken the connection.