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

From: Sean Shanny <shannyconsulting(at)earthlink(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: An out of memory error when doing a vacuum full
Date: 2003-12-29 17:03:59
Message-ID: 3FF05E7F.2090908@earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From postgresql.conf:

# - Memory -

shared_buffers = 10000 # min 16, at least max_connections*2,
8KB each
sort_mem = 64000 # min 64, size in KB
vacuum_mem = 32767 # min 1024, size in KB

The ulimit is set to unlimited as far as I can tell.

--sean

Tom Lane wrote:

>Sean Shanny <shannyconsulting(at)earthlink(dot)net> writes:
>
>
>>Does anyone have an explanation as to why this might occur?
>>
>>
>
>What have you got vacuum_mem set to? Also, what ulimit settings is the
>postmaster running under? (I'm wondering exactly how large the backend
>process has grown when it gets the failure.)
>
> regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sean Shanny 2003-12-29 17:17:06 Re: Out of memory error when doing an update with IN clause
Previous Message Tom Lane 2003-12-29 16:57:35 Re: An out of memory error when doing a vacuum full