Re: shmget fails on OS X with proper settings - Mailing list pgsql-general

From Tom Lane
Subject Re: shmget fails on OS X with proper settings
Date
Msg-id 5157.1178547089@sss.pgh.pa.us
Whole thread Raw
In response to Re: shmget fails on OS X with proper settings  (Jim Nasby <decibel@decibel.org>)
Responses Re: shmget fails on OS X with proper settings
List pgsql-general
Jim Nasby <decibel@decibel.org> writes:
> I'm guessing the issue here is shmall, which I believe is limiting
> you to 4MB of shared memory. Is there *anything* using shared memory
> in the ipcs report?

Right, it looks like shmall is the problem.  I believe BTW that you
need to do "sudo ipcs -a" to be sure of seeing everything; otherwise
OS X's ipcs silently doesn't tell you about segments your userid doesn't
have access to.

            regards, tom lane

pgsql-general by date:

Previous
From: "Jan Bilek"
Date:
Subject: Any "guide to indexes" exists?
Next
From: Peter Eisentraut
Date:
Subject: Re: Slow query and indexes...