Hi, this patch makes vsize and rss human readable in proced buffers by formatting them as megabytes or gigabytes according to their size, similar as the -h flag for ls and du. The current behaviour is to show them always as kilobytes, though I'm unsure if this meant as 1000 bytes or 1024 bytes, this patch assumes the former case. Thanks, Laurence