Tom Lane wrote:
> "Donald Harter" <[EMAIL PROTECTED]> writes:
>   
>> shmget(0x52e2c1, 39288832, IPC_CREAT|IPC_EXCL|0600) = -1 EINVAL (Invalid
>> argument)
>>     
>
> Usually this means that SHMMAX is too small (as indeed Postgres tried
> to tell you).
>
>                       regards, tom lane
>
>   
Yes Thank you this fixed it.  I thought I had tried that before.
sysctl kernel.shmmax
kernel.shmmax = 33554432
sysctl -w kernel.shmmax = 134217728


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to