Re: An out of memory error when doing a vacuum full - Mailing list pgsql-general

From Fernando Schapachnik
Subject Re: An out of memory error when doing a vacuum full
Date
Msg-id 20031229164121.GK344@bal740r0.mecon.gov.ar
Whole thread Raw
In response to An out of memory error when doing a vacuum full  (Sean Shanny <shannyconsulting@earthlink.net>)
Responses Re: An out of memory error when doing a vacuum full  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-general by date:

Previous
From: Fernando Schapachnik
Date:
Subject: Re: An out of memory error when doing a vacuum full
Next
From: Tom Lane
Date:
Subject: Re: An out of memory error when doing a vacuum full