Re: Flink heap memory

2019-04-30 Thread Rad Rad
Thanks a lot. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Flink heap memory

2019-04-29 Thread Konstantin Knauf
Hi Rad, the heap memory can only measured on a the JVM (Taskmanager/Jobmanager) level. If you have multiple jobs running in the same cluster, you can not separate their memory footprint easily unless you you only run Taskmanagers with a single Taskslot, so that one Taskmanager is always only execu

Flink heap memory

2019-04-29 Thread Rad Rad
Hi, I would like to know the amount of heap memory currently used (in bytes) of a specific job which runs on Flink cluster. Regards. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/