Re: An out of memory error when doing a vacuum full

From: Fernando Schapachnik <fernando(at)mecon(dot)gov(dot)ar>
To: Sean Shanny <shannyconsulting(at)earthlink(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: An out of memory error when doing a vacuum full
Date: 2003-12-29 16:41:21
Message-ID: 20031229164121.GK344@bal740r0.mecon.gov.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Take a look at datasize: your processes are allowed a maximum of 512 Mb RAM.
Read the handbook to find out how to reconfigure your kernel and the limits
(and/or ulimit) man page to tweak the values for individual processes.

Good luck!

Fernando.

En un mensaje anterior, Sean Shanny escribió:
> limits -a
> Resource limits (current):
> cputime infinity secs
> filesize infinity kb
> datasize 524288 kb
> stacksize 65536 kb
> coredumpsize infinity kb
> memoryuse infinity kb
> memorylocked infinity kb
> maxprocesses 5547
> openfiles 11095
> sbsize infinity bytes
> vmemoryuse infinity kb

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-12-29 16:45:04 Re: An out of memory error when doing a vacuum full
Previous Message Fernando Schapachnik 2003-12-29 16:25:38 Re: An out of memory error when doing a vacuum full