Re: invalid memory alloc request size from pg_stat_activity? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: invalid memory alloc request size from pg_stat_activity?
Date
Msg-id 28926.1557242067@sss.pgh.pa.us
Whole thread Raw
In response to Re: invalid memory alloc request size from pg_stat_activity?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: invalid memory alloc request size from pg_stat_activity?  (James Tomson <james@pushd.com>)
List pgsql-bugs
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Hmm, but 102400 is only 100kB, nowhere near the 1GB-1 limit, so there's
> something odd going on there.

I can reproduce the described behavior by also setting max_connections
to something around 16K.

Now, it seems pretty silly to me to be burning in excess of 1GB of shmem
just for the current-query strings, and then that much again in every
backend that reads pg_stat_activity.  But should we be telling people they
can't do it?  I'm working on a patch to use MemoryContextAllocHuge for
the "localactivity" buffer in pgstat_read_current_status.  It might seem
dumb now, but perhaps in ten years it'll be common.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: invalid memory alloc request size from pg_stat_activity?
Next
From: Nick Anderson
Date:
Subject: RE: RE: Re: Re: BUG #15769: The database cluster intialisation failed.