Files @ 768989c595aa
Branch filter:

Location: kallithea/kallithea/tests/scripts/mem_watch

Mads Kiilerich
tox.ini: declare 1.8 as minimum tox version

Older tox versions will fail with
tox.ConfigError: ConfigError: substitution key '26,27' not found

Older tox versions will apparently not understand minversion anyway, but
at least it states the intent ...
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