Hello, I am trying to debug the unbounded memory consumption by the Flink process. The heap size of the process remains the same. The size of the RSS of the process keeps on increasing. I suspect it might be because of RocksDB.
we have the default value for state.backend.rocksdb.memory.managed as true. Can anyone confirm that this config will Rockdb be able to take the unbounded native memory? If yes, what metrics can I check to confirm the issue? Any help would be appreciated.