[uWSGI] Strange bahavior of uwsgi 2.0.28

2019-09-10 Thread Reino Wallin
cpu) cgroup-opt = cpu.shares=256 cgroup = %(cgroup_mem) cgroup-opt = memory.limit_in_bytes=268435456 logto = %(log-dir)/%(user)/user-2.0.18.log ;rotate logs when filesize is higher than 20 megs log-maxsize = 20971520 log-date = %%a %%b %%d %%H:%%M:%%S ; enable KSM support ksm = 100

Re: [uWSGI] Optimum uwsgi configuration

2020-04-28 Thread Reino Wallin
Have a look in your uwsgi log file for useful information and error messages to help you troubleshooting. --- Reino Wallin Oribium AB https://www.oribium.net https://www.selinuxcomputing.com 2020-04-27 15:17 skrev Sandeep Balagopal: I have a Django project configured with uwsgi and Nginx

Re: [uWSGI] No error logs in emporer mode

2020-04-22 Thread Reino Wallin
location? --- Reino Wallin Oribium AB https://www.oribium.net https://www.selinuxcomputing.com 2020-04-21 01:28 skrev Glenn Reed: Think I solved my own problem. It was due to not having run collectstatic within Django. On Tue, 2020-04-21 at 10:04 +1200, Glenn Reed wrote: Just to fill in a bit more