Re: autovacuum

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Henry Francisco Garcia Cortez <garcortez(at)gmail(dot)com>
Cc: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: autovacuum
Date: 2020-10-23 22:32:23
Message-ID: CAKFQuwaMPSBSfvQ7NCmhOPYrrfMeec9h6DmoMSECnkX63YiT7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Friday, October 23, 2020, Henry Francisco Garcia Cortez <
garcortez(at)gmail(dot)com> wrote:

> Hi community I have a question about autovacuum I want to know if every
> autovacuum executed to consume everything the memory of autovacuum_work_mem
> for instance If I have in auto_vacuum_work_mem 1GB and I have three
> autovacuum these consume 1gb of memory RAM or 3GB of memory
>

From the documentation:

https://www.postgresql.org/docs/current/runtime-config-resource.html

Specifies the maximum amount of memory to be used by each autovacuum
worker process.

Note the “each”

David J.

In response to

  • autovacuum at 2020-10-23 22:02:58 from Henry Francisco Garcia Cortez

Browse pgsql-admin by date

  From Date Subject
Next Message Lars Aksel Opsahl 2020-10-26 10:22:44 Re: free(): invalid pointer , when to dumping data to a new server
Previous Message Henry Francisco Garcia Cortez 2020-10-23 22:02:58 autovacuum