From 7c999167bfc5ee746814bceb906b15e7f8816767 Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Fri, 10 Oct 2025 11:06:02 +0200 Subject: [PATCH] Set max-fd option to fix OOM errors This is related to recent containerd changes (Debian Trixie) Related: https://github.com/GoogleCloudPlatform/composer-airflow/commit/17c0dabbecf8f54a4ab3e35eb445dcf4d4a335d5 --- starter/uwsgi.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/starter/uwsgi.ini b/starter/uwsgi.ini index fb7291d..a30b59d 100644 --- a/starter/uwsgi.ini +++ b/starter/uwsgi.ini @@ -6,6 +6,7 @@ process = 4 threads = 2 vacuum = true buffer-size = 65536 +max-fd = 1024 stats = 127.0.0.1:9191 procname-prefix = run-python log-level = info