Re: ERROR: invalid memory alloc request size 4294967293 - Mailing list pgsql-admin

From Victor Hugo dos Santos
Subject Re: ERROR: invalid memory alloc request size 4294967293
Date
Msg-id AANLkTi=M0KrawkU6nw_0RedunyWJ_ox+UU3+ZMxx-wa6@mail.gmail.com
Whole thread Raw
In response to ERROR: invalid memory alloc request size 4294967293  (Victor Hugo dos Santos <listas.vhs@gmail.com>)
List pgsql-admin
On Tue, Jan 4, 2011 at 10:59 AM, Bob Lunney <bob_lunney@yahoo.com> wrote:
> Run ulimit -a and verify the max memory size allowed for the postgres account.(I assume you are running postmaster
underthe postgres account, right?)  The allowed size should be large enough for the postmaster plus shared buffers and
severalother 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

pgsql-admin by date:

Previous
From: Victor Hugo dos Santos
Date:
Subject: ERROR: invalid memory alloc request size 4294967293
Next
From: Bob Lunney
Date:
Subject: Re: ERROR: invalid memory alloc request size 4294967293