Chen
From: Sigalit Eliazov
Sent: Tuesday, June 4, 2024 15:46
To: Zhanghao Chen
Subject: Re: Task Manager memory usage
hi, thanks for your reply
as you suggested the memory did stop increasing at some point
but even after the pipeline was idle for a long time i stil
Hi Sigalit,
For states stored in memory, they would most probably keep alive for several
rounds of GC and ended up in the old gen of heap, and won't get recycled until
a Full GC.
As for the TM pod memory usage, most probabliy it will stop increasing at some
point. You could try setting a large
hi,
thanks for your reply,
we are storing the data in memory since it is a short term we thought that
adding rocksdb will add overhead.
On Thu, May 23, 2024 at 4:38 PM Sachin Mittal wrote:
> Hi
> Where are you storing the state.
> Try rocksdb.
>
> Thanks
> Sachin
>
>
> On Thu, 23 May 2024 at 6:
Hi
Where are you storing the state.
Try rocksdb.
Thanks
Sachin
On Thu, 23 May 2024 at 6:19 PM, Sigalit Eliazov wrote:
> Hi,
>
> I am trying to understand the following behavior in our Flink application
> cluster. Any assistance would be appreciated.
>
> We are running a Flink application clust