Re: POSTGRES_FSM_RELATIONS CRITICAL: DB control fsm relations used: 79569 of 80000 (99%)

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Julie Nishimura <juliezain(at)hotmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: POSTGRES_FSM_RELATIONS CRITICAL: DB control fsm relations used: 79569 of 80000 (99%)
Date: 2019-05-29 18:32:28
Message-ID: 33f4671a-1d3e-e7ef-3466-4433ea25c7b2@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/29/19 9:41 AM, Julie Nishimura wrote:
> Just for those who might be interested... We increased the settings for
> max_fsm_relations, max_fsm_pages and restarted the service. It came up
> with no problem. And it looks like after the restart of the psql service
> the utilization of fsm_relations was reset to 0.
> POSTGRES_FSM_RELATIONS OK: DB control (host:10.24.33.13) fsm relations
> used: 84 of 160000 (0%)
>
> I was expecting the used fsm_relations to continue its count from 80k,
> but instead it looks like it reset, which gives us even more room to grow.
>

FSM is tied to VACUUM, so as VACUUM is run over tables the count will
increase.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Yonatan Misgan 2019-05-30 05:59:17 Localization
Previous Message Jeremy Finzel 2019-05-29 17:59:51 Re: Questions about btree_gin vs btree_gist for low cardinality columns