Hello All, I have an in-memory cache created inside a user function and I need to assign the max capacity for it. Since the program can be run on any hardware, I'm thinking if I cloud assign based on flink's allocated managed memory.
Is there a way to get the flink managed memory size inside a user function? If not are there any other options? Thanks, Navneeth