manosk88 commented on issue #13637:
URL: https://github.com/apache/airflow/issues/13637#issuecomment-1158895268

   Another way to mitigate this problem is done by limiting the CPU resource 
for the scheduler, according to this 
[doc](https://docs.docker.com/compose/compose-file/compose-file-v3/#resources).
   E.g:
   ```
   airflow-scheduler:
    deploy:
      resources:
        limits:
          cpus: '0.3'
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to