Re: shmget fails on OS X with proper settings

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: Christopher S Martin <martin(dot)christopher(dot)s(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: shmget fails on OS X with proper settings
Date: 2007-05-07 13:44:45
Message-ID: C264896D.73267%scott_ribe@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When you increase shmmax, you need to increase shmall as well. Max is the
largest single allocation allowed, in bytes. All is the total SysV shared
memory available to all processes, in pages. (I think...)

--
Scott Ribe
scott_ribe(at)killerbytes(dot)com
http://www.killerbytes.com/
(303) 722-0567 voice

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jonas Henriksen 2007-05-07 13:53:09 Slow query and indexes...
Previous Message Jim Nasby 2007-05-07 13:33:21 Re: shmget fails on OS X with proper settings