Re: ERROR: invalid memory alloc request size 4294967293

From: Bob Lunney <bob_lunney(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org, Victor Hugo dos Santos <listas(dot)vhs(at)gmail(dot)com>
Subject: Re: ERROR: invalid memory alloc request size 4294967293
Date: 2011-01-04 13:59:50
Message-ID: 674894.95216.qm@web39705.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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.

Bob Lunney

--- On Tue, 1/4/11, Victor Hugo dos Santos <listas(dot)vhs(at)gmail(dot)com> wrote:

> From: Victor Hugo dos Santos <listas(dot)vhs(at)gmail(dot)com>
> Subject: [ADMIN] ERROR: invalid memory alloc request size 4294967293
> To: pgsql-admin(at)postgresql(dot)org
> Date: Tuesday, January 4, 2011, 8:48 AM
> Hello,
>
> Actually I use postgresql version  8.4.6-0ubuntu10.04
> in bacula server
> to save information about backups from bacula.
> But, 2 days ago, the postgresql make a error when I run the
> command
> pg_dump. This is the error:
>
> ====================
> 02-Jan 06:32 bacula-dir JobId 31005: BeforeJob: pg_dump:
> SQL command failed
> 02-Jan 06:32 bacula-dir JobId 31005: BeforeJob: pg_dump:
> Error message
> from server: ERROR:  invalid memory alloc request size
> 4294967293
> 02-Jan 06:32 bacula-dir JobId 31005:%2

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Victor Hugo dos Santos 2011-01-04 14:04:04 Re: ERROR: invalid memory alloc request size 4294967293
Previous Message Bob Lunney 2011-01-04 13:59:44 Re: ERROR: invalid memory alloc request size 4294967293