:art: Update uwsgi config

huangqimin001 10 mesi fa
parent
commit
9728dd7d62
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      kodo/deploy.bak/kodo.ini

+ 6 - 0
kodo/deploy.bak/kodo.ini

@@ -32,3 +32,9 @@ listen          = 8192
32 32
 
33 33
 # recv() failed (104: Connection reset by peer) while reading response header from upstream
34 34
 buffer-size     = 65535
35
+
36
+# https://stackoverflow.com/questions/62602779/flask-via-uwsgi-on-nginx-and-worker-killed-by-signal-9
37
+# https://www.bloomberg.com/company/stories/configuring-uwsgi-production-deployment/
38
+# https://discuss.nebula-graph.com.cn/t/topic/7864/44
39
+harakiri        = 130
40
+reload-on-rss   = 4048