Skip to content

Commit 7c99916

Browse files
committed
Set max-fd option to fix OOM errors
This is related to recent containerd changes (Debian Trixie) Related: GoogleCloudPlatform/composer-airflow@17c0dab
1 parent 2671942 commit 7c99916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starter/uwsgi.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ process = 4
66
threads = 2
77
vacuum = true
88
buffer-size = 65536
9+
max-fd = 1024
910
stats = 127.0.0.1:9191
1011
procname-prefix = run-python
1112
log-level = info

0 commit comments

Comments
 (0)