Re: memory consumption of memory for postgres db container - Mailing list pgsql-general

From Ninad Shah
Subject Re: memory consumption of memory for postgres db container
Date
Msg-id CAOFEiBeYFRhSZ3VhVFJ+kWMpUu1RKa6AFiqWY8NrtCS5voEZJw@mail.gmail.com
Whole thread Raw
In response to memory consumption of memory for postgres db container  (M Tarkeshwar Rao <m.tarkeshwar.rao@ericsson.com>)
Responses RE: memory consumption of memory for postgres db container  (M Tarkeshwar Rao <m.tarkeshwar.rao@ericsson.com>)
List pgsql-general
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

Attachment

pgsql-general by date:

Previous
From: Ninad Shah
Date:
Subject: Re: calling store procedure / insert statement never complete
Next
From: M Tarkeshwar Rao
Date:
Subject: RE: memory consumption of memory for postgres db container