Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.03 KB | None | 0 0
  1. Number of running instances = 18
  2.  
  3. # Before using django.setup
  4.  
  5. $ free -h
  6.               total        used        free      shared  buff/cache   available
  7. Mem:           1.2G        1.1G         15M         38M        100M         22M
  8.  
  9. # Restart gunicorn with no changes (just to be sure)
  10.  
  11.               total        used        free      shared  buff/cache   available
  12. Mem:           1.2G        1.1G         11M         27M        121M         50M
  13.  
  14.  
  15. # After
  16. $ free -h
  17.               total        used        free      shared  buff/cache   available
  18. Mem:           1.2G        462M        175M         87M        608M        642M
  19.  
  20. # Restart just to be sure
  21.  
  22.               total        used        free      shared  buff/cache   available
  23. Mem:           1.2G        359M        783M        9.5M        104M        823M
  24.  
  25. # After stopping gunicorn altogether
  26. $ free -h
  27.               total        used        free      shared  buff/cache   available
  28. Mem:           1.2G        250M        860M         25M        135M        917M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement