We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd2899 commit 8e73139Copy full SHA for 8e73139
bin/docker_start.sh
@@ -48,6 +48,9 @@ if [ -n "${OBJECTTYPE_SUPERUSER_USERNAME}" ]; then
48
unset OBJECTTYPE_SUPERUSER_USERNAME OBJECTTYPE_SUPERUSER_EMAIL OBJECTTYPE_SUPERUSER_PASSWORD
49
fi
50
51
+# Periodically recycle workers - recover memory in the event of memory leaks
52
+export UWSGI_MAX_REQUESTS=${UWSGI_MAX_REQUESTS:-1000}
53
+
54
# Start server
55
>&2 echo "Starting server"
56
uwsgi \
0 commit comments