Re: is there any memory leak with postgres version(12.x) - https://stackoverflow.com/questions/3849543/force-postgresql-to-release-allocated-memory - Mailing list pgsql-general

From David G. Johnston
Subject Re: is there any memory leak with postgres version(12.x) - https://stackoverflow.com/questions/3849543/force-postgresql-to-release-allocated-memory
Date
Msg-id CAKFQuwaOHTJdowdQ45CXDvPrX=7k7pvom5i_pADbek0cO5XZBg@mail.gmail.com
Whole thread Raw
In response to is there any memory leak with postgres version(12.x) - https://stackoverflow.com/questions/3849543/force-postgresql-to-release-allocated-memory  (M Tarkeshwar Rao <m.tarkeshwar.rao@ericsson.com>)
List pgsql-general
On Thursday, September 2, 2021, M Tarkeshwar Rao <m.tarkeshwar.rao@ericsson.com> wrote:

Is there any memory leak in Postgres version 12.7 or any other 12.x?

Most likely the answer is no, or if there are the amount is so small as to be practically unmeasurable.  It is much more likely that unexpected memory observations results from either having bad expectations, improper configuration and usage patterns for the size system being observed, or both.

The SO stuff you linked to doesn’t seem particularly incriminating in terms of there being a leak.

David J.

pgsql-general by date:

Previous
From: Stephan Knauss
Date:
Subject: Re: memory consumption of memory for postgres db container
Next
From: Philippe Doussot
Date:
Subject: update non-indexed value is slow if some non-related index/fk are enabled