I'm learning how to use KubernetesPodOperator on Cloud Composer.
I have a problems when i request for a x-com-sidecar by passing do_xcom_push argument on a Composer environment.
I receive following error:
Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: unable to set memory limit to 1073742 (current usage: 2777088, peak usage: 2990080): unknownWhat may cause this error? I've already tried to increase worker count and memory (max workers = 6, memory=4Gb) but without any success.
Without xcom-side-car, KubernetesPodOperator works as expected, container starts and runs correctly.
My current composer image: composer-2.1.5-airflow-2.4.3
I'm using following config: