GitHub user enchant3dmango added a comment to the discussion: KubernetesExecutor Set Request and Limit CPU/Memory
@skannan-maf 200m in Kubernetes CPU config means 200 millicores, or 0.2 vCPU (CPU core). So, "request_cpu": "200m" means 20% of a single CPU core. Read more about it [here](https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/#cpu-units). GitHub link: https://github.com/apache/airflow/discussions/22717#discussioncomment-12359449 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
