You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/19 11:47:03 UTC

[GitHub] [airflow] potiuk commented on issue #19701: Cuda Spawn process error

potiuk commented on issue #19701:
URL: https://github.com/apache/airflow/issues/19701#issuecomment-974002881


   Use this flag: https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#execute-tasks-new-python-interpreter  - this is slower but each task is not run in a forked process but in a separate, new interpreter. That should help.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org