In a standalone flink cluster, the TaskManager has multiple slots and can run different applications in different slot but still within same JVM. Given that, two applications are running under same process, how is the cpu and memory isolation achieved?
Are there any recommendations to achieve isolation between applications? -- Regards, Abhishek Agarwal