Uwsgi: Invalid request block size (max 4096)

Created on 25 Jan 2016  路  1Comment  路  Source: unbit/uwsgi

do you know how to increase the max block size?

ubuntu@ip-172-31-4-90:~/aitext$ uwsgi --socket 0.0.0.0:5000 --wsgi-file app3.py --callable app --processes 4 --threads 2 --stats 127.0.0.1:9191
* Starting uWSGI 2.0.12 (64bit) on [Mon Jan 25 22:20:14 2016] *
compiled with version: 4.8.4 on 25 January 2016 21:15:10
os: Linux-3.13.0-76-generic #120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016
nodename: ip-172-31-4-90
machine: x86_64
clock source: unix
detected number of CPU cores: 1
current working directory: /home/ubuntu/aitext
detected binary path: /usr/local/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
your processes number limit is 7859
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to TCP address 0.0.0.0:5000 fd 3
Python version: 2.7.6 (default, Jun 22 2015, 18:01:27) [GCC 4.8.2]
Python main interpreter initialized at 0xd029c0
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 415280 bytes (405 KB) for 8 cores
* Operational MODE: preforking+threaded *
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0xd029c0 pid: 2284 (default app)
* uWSGI is running in multiple interpreter mode *
spawned uWSGI master process (pid: 2284)
spawned uWSGI worker 1 (pid: 2287, cores: 2)
spawned uWSGI worker 2 (pid: 2288, cores: 2)
spawned uWSGI worker 3 (pid: 2289, cores: 2)
spawned uWSGI worker 4 (pid: 2290, cores: 2)
* Stats server enabled on 127.0.0.1:9191 fd: 15 *
invalid request block size: 21327 (max 4096)...skip
invalid request block size: 21327 (max 4096)...skip

>All comments

Hello, github is not for support please use stack overflow / irc / mailing list if you need help.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Fiedzia picture Fiedzia  路  4Comments

ercwyne picture ercwyne  路  4Comments

yoichi picture yoichi  路  7Comments

dennylab picture dennylab  路  6Comments

haytham-salhi picture haytham-salhi  路  3Comments