Created
September 19, 2017 19:29
-
-
Save mridubhatnagar/d65f69c63dad52708874cd606267e1a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uwsgi socket 0 bound to TCP address :8000 fd 3 | |
Python version: 3.4.2 (default, Oct 8 2014, 10:47:48) [GCC 4.9.1] | |
PEP 405 virtualenv detected: /data/project/thankyou/www/python/venv | |
Set PythonHome to /data/project/thankyou/www/python/venv | |
*** Python threads support is disabled. You can enable it with --enable-threads *** | |
Python main interpreter initialized at 0x1acd2b0 | |
your server socket listen backlog is limited to 100 connections | |
your mercy for graceful operations on workers is 60 seconds | |
mapped 363840 bytes (355 KB) for 4 cores | |
*** Operational MODE: preforking *** | |
mounting /data/project/thankyou/www/python/src/app.py on /thankyou | |
File "/data/project/thankyou/www/python/src/app.py", line 1 | |
coding: utf-8 -*- | |
^ | |
SyntaxError: invalid syntax | |
failed to parse file /data/project/thankyou/www/python/src/app.py | |
*** Starting uWSGI 2.0.7-debian (64bit) on [Tue Sep 19 01:39:20 2017] *** | |
compiled with version: 4.9.2 on 19 February 2017 21:37:28 | |
os: Linux-4.4.0-2-amd64 #1 SMP Debian 4.4.2-3+wmf6 (2016-10-18) | |
nodename: thankyou-2768758872-4b08p | |
machine: x86_64 | |
clock source: unix | |
pcre jit disabled | |
detected number of CPU cores: 4 | |
current working directory: /data/project/thankyou | |
detected binary path: /usr/bin/uwsgi-core | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 65536 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment