Sumit Lakra
05/29/2023, 8:59 AMSumit Lakra
05/29/2023, 1:45 PMDonatien Schmitz
05/30/2023, 7:44 AMtaskmanager.cpu.cores
(https://github.com/apache/flink/blob/522ff833ad7e3b3c80f4c1ba326cb05fdc4d6a3c/flin[…]ain/java/org/apache/flink/configuration/TaskManagerOptions.java) This option is by default equal to the number of task slots.
Another thing is that you can have more slots than CPU available on a TaskManager by declaring a ResourceProfile with less than 1 core. (e.g two slots of 0.5 cores for a TM with 1 CPU) as long as you don't exceed other resources (managed, heap, network, ...).