Re: ERROR: invalid memory alloc request size 4294967293

From: Victor Hugo dos Santos <listas(dot)vhs(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: ERROR: invalid memory alloc request size 4294967293
Date: 2011-01-04 14:04:04
Message-ID: AANLkTi=M0KrawkU6nw_0RedunyWJ_ox+UU3+ZMxx-wa6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Jan 4, 2011 at 10:59 AM, Bob Lunney <bob_lunney(at)yahoo(dot)com> wrote:
> Run ulimit -a and verify the max memory size allowed for the postgres account.(I assume you are running postmaster under the postgres account, right?)  The allowed size should be large enough for the postmaster plus shared buffers and several other GUCs that require memory.

Hello,

===============================
$ whoami
postgres

$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 20
file size (blocks, -f) unlimited
pending signals (-i) 16382
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) unlimited
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
===============================

attentive.

--
--
Victor Hugo dos Santos
Linux Counter #224399

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas Markus 2011-01-04 14:07:35 Re: ERROR: invalid memory alloc request size 4294967293
Previous Message Bob Lunney 2011-01-04 13:59:50 Re: ERROR: invalid memory alloc request size 4294967293