Files @ f2425f427f8e
Branch filter:

Location: kallithea/rhodecode/tests/scripts/mem_watch

Marcin Kuzminski
do not use vcs_full_cache flag for tests, this should be controlled by test env somehow
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