Re: FATAL: shmat(id=3342337) failed: Cannot allocate memory

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: FATAL: shmat(id=3342337) failed: Cannot allocate memory
Date: 2013-04-24 05:58:19
Message-ID: 5177747B.5040608@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/23/2013 10:53 PM, Khangelani Gama wrote:
> We are running postgres 9.1 on CentOS 5. We can’t start up postgres .
> It complains about memory allocation . Please help
>
> FATAL: shmat(id=3342337) failed: Cannot allocate memory
>

is that the entire error message? it usually says something about
setting kernel.shmmax and/or shmall... for most flavors of linux, you
set these in /etc/sysctl.conf (and then update the live system with
"sysctl -p").

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Khangelani Gama 2013-04-24 06:08:30 Re: FATAL: shmat(id=3342337) failed: Cannot allocate memory
Previous Message Khangelani Gama 2013-04-24 05:53:44 FATAL: shmat(id=3342337) failed: Cannot allocate memory