Re: JobManager Resident memory Always Increasing

2021-08-16 Thread David Morávek
Hi Pranjul, which deployment mode are you using? - For session cluster, I'd say it's possible that memory grows with # of jobs. - For application mode, there is actual user-code executed, so if you're using some native libraries in your job driver, that may be another reason for the growing memor

Re: JobManager Resident memory Always Increasing

2021-08-15 Thread Yun Tang
Hi Pranjul, First of all, you adopted on-heap state backend: HashMapStateBackend, which would not use native off-heap memory. Moreover, JobManager would not initialize any keyed state backend instance. And if not enable high availability, JobManagerCheckpointStorage would also not use direct me