Обсуждение: is there any memory leak with postgres version(12.x) - https://stackoverflow.com/questions/3849543/force-postgresql-to-release-allocated-memory

Поиск
Список
Период
Сортировка

Hi All,

 

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

It is mentioned in https://stackoverflow.com/questions/3849543/force-postgresql-to-release-allocated-memory.

 

Regards

Tarkeshwar

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.