Re: [uWSGI] uWSGI will not start

2019-04-06 Thread David Montgomery
ps I increased the below sysctl -w net.core.somaxconn=1 Now I get unable to load pypy library: /opt/pypy3/bin/libpypy-c.so: cannot open shared object file: No such file or directory even though I added the below to supervisor:

[uWSGI] uWSGI will not start

2019-04-06 Thread David Montgomery
Why? I dont get it. Below are the limits I set on ubuntu 18.04 cat /proc/sys/fs/file-max 20 ulimit -Hn 10 ulimit -Sn 10 ulimit unlimited Here is my yaml file: uwsgi: pidfile: /var/run/<%=@server_type%>.pid loop: gevent gevent: 20 socket: 127.0.0.1:8030 processes: <%=