Bug#700934: time: Maximum RSS calculation incorrect

2013-02-19 Thread Bob Proulx
Johannes Kloos wrote: > The maximum resident set size as reported by the time command is off by > a factor of 4. Thank you for your detailed report. I will investigate. Thanks, Bob signature.asc Description: Digital signature

Bug#700934: time: Maximum RSS calculation incorrect

2013-02-19 Thread Johannes Kloos
Package: time Version: 1.7-24 Severity: normal Tags: upstream Dear maintainer, The maximum resident set size as reported by the time command is off by a factor of 4. Test case: The following program allocated one megabyte of memory. --- snip --- #include #define MEGABYTE 1048576 #define NUM 1