From 9755ad407b08bef167ae74859ee9b7507dc60bf3 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Thu, 16 Feb 2023 15:33:55 +1100 Subject: [PATCH] expclitly raise the number of listen slots in the queue. Also set the kernel parameters --- runscript | 1 + 1 file changed, 1 insertion(+) diff --git a/runscript b/runscript index 21f74c5..24ad507 100755 --- a/runscript +++ b/runscript @@ -9,6 +9,7 @@ uwsgi \ --gid=www-data \ --stats /tmp/statsock \ --memory-report \ + --listen=512 \ -w tes.tes_wsgi & telegraf & twsproxy 8090 -- GitLab