On 02.09.2021 16:35, M Tarkeshwar Rao wrote:
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.
I am not certain whether it is rela
o:* M Tarkeshwar Rao
> *Cc:* pgsql-gene...@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
Can you please suggest few commands?
Regards
Tarkeshwar
From: Ninad Shah
Sent: Thursday, September 2, 2021 8:30 PM
To: M Tarkeshwar Rao
Cc: pgsql-gene...@postgresql.org
Subject: Re: memory consumption of memory for postgres db container
No need to worry. This isn't really a concern
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 perform
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.
[cid:image001.jpg@01D7A035.D9017060]
Can you please provide us the clue why