Files @ 056827d78073
Branch filter:

Location: kallithea/rhodecode/tests/scripts/mem_watch

Marcin Kuzminski
Added use_poll option for latest waitress release.
If fixes issues with 1024 fd limit.

- added example of gunicorn config. It includes
a note about not using multiworker setup.
ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }'|grep [p]aster