Files @ 1aefa8d864e4
Branch filter:

Location: kallithea/rhodecode/tests/scripts/mem_watch - annotation

Marcin Kuzminski
Do read only checks on attach as fork of repo list.
We shouldn't leak repo names here to which we don't
have access
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