Re: Error in VACUUM FULL VERBOSE ANALYZE (not enough memory) - Mailing list pgsql-performance

From Pailloncy Jean-Gerard
Subject Re: Error in VACUUM FULL VERBOSE ANALYZE (not enough memory)
Date
Msg-id 07F4E72A-5059-11D9-96E2-000A95DE2550@ifrance.com
Whole thread Raw
In response to Re: Error in VACUUM FULL VERBOSE ANALYZE (not enough memory)  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Error in VACUUM FULL VERBOSE ANALYZE (not enough memory)
List pgsql-performance
>> I have a table with an tsearch2 full text index on PG 7.4.2. And a
>> query against the index is really slow.
>> I try to do a "VACUUM FULL VERBOSE ANALYZE pkpoai.metadata" and I got
>> an error.
>> I monitor memory usage with top, and pg backend uses more and more
>> memory and hits the limit of 1GB of RAM use.
>
> What is your VACUUM_MEM set to in postgresql.conf?
vacuum_mem = 131072
I have 1 GB of RAM.
There was only one running backend.

Cordialement,
Jean-Gérard Pailloncy


pgsql-performance by date:

Previous
From: Greg Stark
Date:
Subject: Re: Seqscan rather than Index
Next
From: Pailloncy Jean-Gerard
Date:
Subject: Re: Error in VACUUM FULL VERBOSE ANALYZE (not enough memory)