Tom Lane wrote:
> "Donald Harter" <harterc1(at)comcast(dot)net> 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