Hi All, I'm having flink job with incremental checkpointing and rocksdb state backend enabled.
I see that my state grows and check point size as well. To limit the state size, I am trying to limit the memory Available in Taskmanager pod. What is physical memory in task manager from flink web UI?. I configured taskmanager request and limit memory as 1000Mi and total process memory as 1728 in flink conf, it is working fine and getting below one. From where it is getting the memory? I am expecting it to throw error saying not enough memory or resources available. But it didn't why?? My flink job is running in Kubernetes cluster. Any help would really be appreciated. Thanks Banu