jens-scheffler-bosch commented on issue #35364:
URL: https://github.com/apache/airflow/issues/35364#issuecomment-1791349683

   Error code 137 is raised by docker usually when a process runs out of 
memory. Can you check adding more memory in your helm chart if this helps? 
   e.g. via `webserver.resources`parameter in helm chart
   resources:
     limits:
       cpu: 100m
       memory: 128Mi
     requests:
       cpu: 100m
       memory: 128Mi


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to