Guest User

Untitled

a guest
Nov 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. Wed Nov 22 12:36:10 2017 - your processes number limit is 47903
  2. Wed Nov 22 12:36:10 2017 - your memory page size is 4096 bytes
  3. Wed Nov 22 12:36:10 2017 - detected max file descriptor number: 1024
  4. Wed Nov 22 12:36:10 2017 - lock engine: pthread robust mutexes
  5. Wed Nov 22 12:36:10 2017 - thunder lock: disabled (you can enable it with --thunder-lock)
  6. Wed Nov 22 12:36:10 2017 - uwsgi socket 0 bound to UNIX address /run/uwsgi/app/myapp/socket fd 3
  7. Wed Nov 22 12:36:10 2017 - Python version: 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609]
  8. Wed Nov 22 12:36:10 2017 - Set PythonHome to /home/me/venv
  9. ImportError: No module named site
  10.  
  11. Wed Nov 22 13:31:07 2017 - setuid() to 1000
  12. Wed Nov 22 13:31:07 2017 - your processes number limit is 47903
  13. Wed Nov 22 13:31:07 2017 - your memory page size is 4096 bytes
  14. Wed Nov 22 13:31:07 2017 - detected max file descriptor number: 1024
  15. Wed Nov 22 13:31:07 2017 - lock engine: pthread robust mutexes
  16. Wed Nov 22 13:31:07 2017 - thunder lock: disabled (you can enable it with --thunder-lock)
  17. Wed Nov 22 13:31:07 2017 - uwsgi socket 0 bound to UNIX address /run/uwsgi/app/myapp/socket fd 3
  18. Wed Nov 22 13:31:07 2017 - Python version: 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609]
  19. Wed Nov 22 13:31:07 2017 - Set PythonHome to /home/me/venv
  20. Wed Nov 22 13:31:07 2017 - *** Python threads support is disabled. You can enable it with --enable-threads ***
  21. Wed Nov 22 13:31:07 2017 - Python main interpreter initialized at 0xec83c0
  22. Wed Nov 22 13:31:07 2017 - your server socket listen backlog is limited to 100 connections
  23. Wed Nov 22 13:31:07 2017 - your mercy for graceful operations on workers is 60 seconds
  24. Wed Nov 22 13:31:07 2017 - mapped 218304 bytes (213 KB) for 2 cores
  25. Wed Nov 22 13:31:07 2017 - *** Operational MODE: preforking ***
  26. Wed Nov 22 13:31:09 2017 - WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0xec83c0 pid: 2744 (default app)
  27. Wed Nov 22 13:31:09 2017 - *** uWSGI is running in multiple interpreter mode ***
  28. Wed Nov 22 13:31:09 2017 - spawned uWSGI master process (pid: 2744)
  29. Wed Nov 22 13:31:09 2017 - spawned uWSGI worker 1 (pid: 2760, cores: 1)
  30. Wed Nov 22 13:31:09 2017 - spawned uWSGI worker 2 (pid: 2761, cores: 1)
Add Comment
Please, Sign In to add comment