RE: memory consumption of memory for postgres db container

Поиск
Список
Период
Сортировка
От M Tarkeshwar Rao
Тема RE: memory consumption of memory for postgres db container
Дата
Msg-id AM8PR07MB8229E87A753DB382ACBE2356AECE9@AM8PR07MB8229.eurprd07.prod.outlook.com
обсуждение исходный текст
Ответ на Re: memory consumption of memory for postgres db container  (Ninad Shah <nshah.postgres@gmail.com>)
Ответы Re: memory consumption of memory for postgres db container  (Ninad Shah <nshah.postgres@gmail.com>)
Список pgsql-general

Can you please suggest few commands?

 

Regards

Tarkeshwar

 

From: Ninad Shah <nshah.postgres@gmail.com>
Sent: Thursday, September 2, 2021 8:30 PM
To: M Tarkeshwar Rao <m.tarkeshwar.rao@ericsson.com>
Cc: pgsql-general@postgresql.org
Subject: Re: memory consumption of memory for postgres db container

 

No need to worry. This isn't really a concern.

 

No operating system releases memory upon using it, but caches it once the program finishes. This actually saves time as memory blocks can be allocated in less time than loading new blocks.

However, if it's required to release memory, it can be performed via a few commands.

 

 

Regards,

Ninad Shah

 

On Thu, 2 Sept 2021 at 20:05, M Tarkeshwar Rao <m.tarkeshwar.rao@ericsson.com> wrote:

Hi all,

 

We did a stability test for our product, where we continuously inserting data into postgres tables. We did this for three days continuously.

Memory utilization of our Postgres container continuously increasing.

 

 

Can you please provide us the clue why it is not constant and continuously increasing?

 

Regards

Tarkeshwar

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Ninad Shah
Дата:
Сообщение: Re: memory consumption of memory for postgres db container
Следующее
От: Michael Lewis
Дата:
Сообщение: Re: Querying a table with jaccard similarity with 1.6 million records take 12 seconds