Re: Task Slots and Heterogeneous Tasks
Posted by
Till Rohrmann on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Task-Slots-and-Heterogeneous-Tasks-tp6118p6130.html
Hi Maxim,
concerning your second part of the question: The managed memory of a TaskManager is first split among the available slots. Each slot portion of the managed memory is again split among all operators which require managed memory when a pipeline is executed. In contrast to that, the heap memory is shared by all concurrently running tasks.
Cheers,
Till