##// END OF EJS Templates
vcs: Move vcsserver cache invalidation to mercurial backend....
vcs: Move vcsserver cache invalidation to mercurial backend. The invalidation is only needed for "writing" mercurial methods. Previous location covers also "reading" methodas and other vcs backends.

File last commit:

r1:854a839a default
r407:243d422c default
Show More
mem_watch
1 line | 151 B | text/plain | TextLexer
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 "" }'